Class TLcdSLDVendorOption

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

public class TLcdSLDVendorOption extends TLcdDataObject
Defines a vendor option for a symbolizer, consisting of a name and a value.
Since:
2017.0
  • Constructor Details

    • TLcdSLDVendorOption

      public TLcdSLDVendorOption()
      Default Constructor
    • TLcdSLDVendorOption

      public TLcdSLDVendorOption(TLcdDataType aType)
      Default Constructor
  • Method Details

    • getValueObject

      public String getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(String aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getName

      public String getName()
      Returns the value of the property that maps to the name attribute.
      Returns:
      the value of the NAME_PROPERTY property.
    • setName

      public void setName(String aValue)
      Sets the value of the property that maps to the name attribute.
      Parameters:
      aValue - the value to set for the NAME_PROPERTY property.