Class TLcdSLDMapItem
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.functions.TLcdSLDMapItem
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A map item maps a given key to a value. The key is represented by a String, while the value can be an object
dependent parameter.
- Since:
- 2012.1
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorTLcdSLDMapItem
(TLcdDataType aType) Default ConstructorTLcdSLDMapItem
(String aKey, TLcdSLDParameterValue aValue) Creates a new instance and initializes the properties with the given values. -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Returns the value of the property that maps to theKey
element.getValue()
Returns the value of the property that maps to theValue
element.void
Sets the value of the property that maps to theKey
element.void
setValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theValue
element.
-
Constructor Details
-
TLcdSLDMapItem
public TLcdSLDMapItem()Default Constructor -
TLcdSLDMapItem
Default Constructor -
TLcdSLDMapItem
Creates a new instance and initializes the properties with the given values.
-
-
Method Details
-
getKey
Returns the value of the property that maps to theKey
element.- Returns:
- the value of the
KEY_PROPERTY
property.
-
setKey
Sets the value of the property that maps to theKey
element.- Parameters:
aValue
- the value to set for theKEY_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.
-