Package com.luciad.ogc.sld.model
Class ALcdSLDSymbolizer
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.ALcdSLDSymbolizer
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdS52SLDSymbolizer,TLcdSLDLineSymbolizer,TLcdSLDPointSymbolizer,TLcdSLDPolygonSymbolizer,TLcdSLDRasterSymbolizer,TLcdSLDTextSymbolizer
Grouping class for all symbolizer types. A symbolizer type is an abstract
type for encoding the graphical properties used to portray geographic
information. Concrete symbol types are derived from this base type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theDESCRIPTION_PROPERTYproperty.getName()Gets the value of theNAME_PROPERTYproperty.getUom()Returns the unit of measure used in this symbolizer.Gets the value of theVERSION_PROPERTYproperty.voidsetDescription(TLcdSLDDescription aValue) Sets the value of theDESCRIPTION_PROPERTYproperty.voidSets the value of theNAME_PROPERTYproperty.voidSets the unit of measure used in this symbolizer.voidsetVersion(String aValue) Sets the value of theVERSION_PROPERTYproperty.toString()Methods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
-
Constructor Details
-
ALcdSLDSymbolizer
public ALcdSLDSymbolizer() -
ALcdSLDSymbolizer
-
-
Method Details
-
getUom
Returns the unit of measure used in this symbolizer. This is the value of theUOM_PROPERTYproperty.The supported values are:
http://www.opengeospatial.org/se/units/pixelhttp://www.opengeospatial.org/se/units/metrehttp://www.opengeospatial.org/se/units/foot
- Returns:
- the value of the
UOM_PROPERTYproperty, orhttp://www.opengeospatial.org/se/units/pixelif the value is not present
-
setUom
Sets the unit of measure used in this symbolizer. This is the value of theUOM_PROPERTYproperty.The supported values are:
http://www.opengeospatial.org/se/units/pixelhttp://www.opengeospatial.org/se/units/metrehttp://www.opengeospatial.org/se/units/foot
- Parameters:
aValue- the value to set for theUOM_PROPERTYproperty.
-
getVersion
Gets the value of theVERSION_PROPERTYproperty.- Returns:
- the value of the
VERSION_PROPERTYproperty.
-
setVersion
Sets the value of theVERSION_PROPERTYproperty.- Parameters:
aValue- the value to set for theVERSION_PROPERTYproperty.
-
getName
Gets the value of theNAME_PROPERTYproperty.- Returns:
- the value of the
NAME_PROPERTYproperty.
-
setName
Sets the value of theNAME_PROPERTYproperty.- Parameters:
aValue- the value to set for theNAME_PROPERTYproperty.
-
getDescription
Gets the value of theDESCRIPTION_PROPERTYproperty.A "Description" gives human-readable descriptive information for the object it is included within.
- Returns:
- the value of the
DESCRIPTION_PROPERTYproperty.
-
setDescription
Sets the value of theDESCRIPTION_PROPERTYproperty.A "Description" gives human-readable descriptive information for the object it is included within.
- Parameters:
aValue- the value to set for theDESCRIPTION_PROPERTYproperty.
-
toString
- Overrides:
toStringin classTLcdDataObject
-