Package com.luciad.wms.sld.model
Class TLcdSLDExtent
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.wms.sld.model.TLcdSLDExtent
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
An Extent gives feature/coverage/raster/matrix dimension extent.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newTLcdSLDExtentinstance.TLcdSLDExtent(TLcdDataType aDataType) Creates a newTLcdSLDExtentinstance.TLcdSLDExtent(String aName, String aValue) Creates a newTLcdSLDExtentinstance with the given name and value. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the value of the property that maps to theNameelement.getValue()Returns the value of the property that maps to theValueelement.voidSets the value of the property that maps to theNameelement.voidSets the value of the property that maps to theValueelement.
-
Constructor Details
-
TLcdSLDExtent
public TLcdSLDExtent()Creates a newTLcdSLDExtentinstance. -
TLcdSLDExtent
Creates a newTLcdSLDExtentinstance with the given name and value. -
TLcdSLDExtent
Creates a newTLcdSLDExtentinstance.
-
-
Method Details
-
getName
Returns the value of the property that maps to theNameelement.- Returns:
- the value of the
NAME_PROPERTYproperty.
-
setName
Sets the value of the property that maps to theNameelement.- Parameters:
aValue- the value to set for theNAME_PROPERTYproperty.
-
getValue
Returns the value of the property that maps to theValueelement.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValue
Sets the value of the property that maps to theValueelement.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-