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 theKeyelement.getValue()Returns the value of the property that maps to theValueelement.voidSets the value of the property that maps to theKeyelement.voidsetValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theValueelement.
-
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 theKeyelement.- Returns:
- the value of the
KEY_PROPERTYproperty.
-
setKey
Sets the value of the property that maps to theKeyelement.- Parameters:
aValue- the value to set for theKEY_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.
-