Package com.luciad.ogc.sld.model
Class TLcdSLDDescription
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDDescription
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Gives an informative description of the object it is contained in.
Note that the name is not part of the description as it can have a functional use that
is more than descriptive.
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor.TLcdSLDDescription(TLcdDataType aDataType) Empty constructor.TLcdSLDDescription(String aTitle, String aAbstract) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractelement.getTitle()Returns the value of the property that maps to theTitleelement.voidsetAbstract(String aValue) Sets the value of the property that maps to theAbstractelement.voidSets the value of the property that maps to theTitleelement.
-
Constructor Details
-
TLcdSLDDescription
public TLcdSLDDescription()Empty constructor. -
TLcdSLDDescription
Constructor.- Parameters:
aTitle- a human readable, short description for the enclosing object.aAbstract- a more exact description for the enclosing object.
-
TLcdSLDDescription
Empty constructor.
-
-
Method Details
-
getTitle
Returns the value of the property that maps to theTitleelement.- Returns:
- the value of the
TITLE_PROPERTYproperty.
-
setTitle
Sets the value of the property that maps to theTitleelement.- Parameters:
aValue- the value to set for theTITLE_PROPERTYproperty.
-
getAbstract
Returns the value of the property that maps to theAbstractelement.- Returns:
- the value of the
ABSTRACT_PROPERTYproperty.
-
setAbstract
Sets the value of the property that maps to theAbstractelement.- Parameters:
aValue- the value to set for theABSTRACT_PROPERTYproperty.
-