Package com.luciad.ogc.sld.model
Class TLcdSLDVendorOption
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDVendorOption
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Defines a vendor option for a symbolizer, consisting of a name and a value.
- Since:
- 2017.0
-
Constructor Summary
ConstructorDescriptionDefault ConstructorTLcdSLDVendorOption
(TLcdDataType aType) Default Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the value of the property that maps to thename
attribute.Returns the value of the property that maps to the value defined by the simple content.void
Sets the value of the property that maps to thename
attribute.void
setValueObject
(String aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Constructor Details
-
TLcdSLDVendorOption
public TLcdSLDVendorOption()Default Constructor -
TLcdSLDVendorOption
Default Constructor
-
-
Method Details
-
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
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-
getName
Returns the value of the property that maps to thename
attribute.- Returns:
- the value of the
NAME_PROPERTY
property.
-
setName
Sets the value of the property that maps to thename
attribute.- Parameters:
aValue
- the value to set for theNAME_PROPERTY
property.
-