Class TLcdSLDMapItem

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.functions.TLcdSLDMapItem
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDMapItem extends TLcdDataObject
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 Details

    • TLcdSLDMapItem

      public TLcdSLDMapItem()
      Default Constructor
    • TLcdSLDMapItem

      public TLcdSLDMapItem(TLcdDataType aType)
      Default Constructor
    • TLcdSLDMapItem

      public TLcdSLDMapItem(String aKey, TLcdSLDParameterValue aValue)
      Creates a new instance and initializes the properties with the given values.
  • Method Details

    • getKey

      public String getKey()
      Returns the value of the property that maps to the Key element.
      Returns:
      the value of the KEY_PROPERTY property.
    • setKey

      public void setKey(String aValue)
      Sets the value of the property that maps to the Key element.
      Parameters:
      aValue - the value to set for the KEY_PROPERTY property.
    • getValue

      public TLcdSLDParameterValue getValue()
      Returns the value of the property that maps to the Value element.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValue

      public void setValue(TLcdSLDParameterValue aValue)
      Sets the value of the property that maps to the Value element.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.