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
ConstructorDescriptionEmpty 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 theAbstract
element.getTitle()
Returns the value of the property that maps to theTitle
element.void
setAbstract
(String aValue) Sets the value of the property that maps to theAbstract
element.void
Sets the value of the property that maps to theTitle
element.
-
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 theTitle
element.- Returns:
- the value of the
TITLE_PROPERTY
property.
-
setTitle
Sets the value of the property that maps to theTitle
element.- Parameters:
aValue
- the value to set for theTITLE_PROPERTY
property.
-
getAbstract
Returns the value of the property that maps to theAbstract
element.- Returns:
- the value of the
ABSTRACT_PROPERTY
property.
-
setAbstract
Sets the value of the property that maps to theAbstract
element.- Parameters:
aValue
- the value to set for theABSTRACT_PROPERTY
property.
-