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 Link icon

    • TLcdSLDVendorOption Link icon

      public TLcdSLDVendorOption()
      Creates a new vendor option.
    • TLcdSLDVendorOption Link icon

      public TLcdSLDVendorOption(TLcdDataType aType)
      Creates a new vendor option for the given data type.
      Parameters:
      aType - A data type to be used to define this vendor option
  • Method Details Link icon

    • getValueObject Link icon

      public String getValueObject()
      Returns the value of this vendor option as a String, if the parameter value contains a single text element. In all other cases, null is returned.
      Returns:
      the value of this vendor option as a String or null if there is no String content.
    • setValueObject Link icon

      public void setValueObject(String aValue)
      Sets the value of this vendor option to the given String.
      Parameters:
      aValue - A String value for this vendor option
    • getName Link icon

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

      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.
    • getParameterValue Link icon

      public TLcdSLDParameterValue getParameterValue()
      Returns the value of the property that maps to the ParameterValue element.
      Returns:
      the value of the PARAMETER_VALUE_PROPERTY property.
    • setParameterValue Link icon

      public void setParameterValue(TLcdSLDParameterValue aValue)
      Sets the value of the property that maps to the ParameterValue element.
      Parameters:
      aValue - the value to set for the PARAMETER_VALUE_PROPERTY property.