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
ConstructorDescriptionCreates a newTLcdSLDExtent
instance.TLcdSLDExtent
(TLcdDataType aDataType) Creates a newTLcdSLDExtent
instance.TLcdSLDExtent
(String aName, String aValue) Creates a newTLcdSLDExtent
instance with the given name and value. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the value of the property that maps to theName
element.getValue()
Returns the value of the property that maps to theValue
element.void
Sets the value of the property that maps to theName
element.void
Sets the value of the property that maps to theValue
element.
-
Constructor Details
-
TLcdSLDExtent
public TLcdSLDExtent()Creates a newTLcdSLDExtent
instance. -
TLcdSLDExtent
Creates a newTLcdSLDExtent
instance with the given name and value. -
TLcdSLDExtent
Creates a newTLcdSLDExtent
instance.
-
-
Method Details
-
getName
Returns the value of the property that maps to theName
element.- Returns:
- the value of the
NAME_PROPERTY
property.
-
setName
Sets the value of the property that maps to theName
element.- Parameters:
aValue
- the value to set for theNAME_PROPERTY
property.
-
getValue
Returns the value of the property that maps to theValue
element.- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValue
Sets the value of the property that maps to theValue
element.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-