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
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theDESCRIPTION_PROPERTY
property.getName()
Gets the value of theNAME_PROPERTY
property.getUom()
Returns the unit of measure used in this symbolizer.Gets the value of theVERSION_PROPERTY
property.void
setDescription
(TLcdSLDDescription aValue) Sets the value of theDESCRIPTION_PROPERTY
property.void
Sets the value of theNAME_PROPERTY
property.void
Sets the unit of measure used in this symbolizer.void
setVersion
(String aValue) Sets the value of theVERSION_PROPERTY
property.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_PROPERTY
property.The supported values are:
http://www.opengeospatial.org/se/units/pixel
http://www.opengeospatial.org/se/units/metre
http://www.opengeospatial.org/se/units/foot
- Returns:
- the value of the
UOM_PROPERTY
property, orhttp://www.opengeospatial.org/se/units/pixel
if the value is not present
-
setUom
Sets the unit of measure used in this symbolizer. This is the value of theUOM_PROPERTY
property.The supported values are:
http://www.opengeospatial.org/se/units/pixel
http://www.opengeospatial.org/se/units/metre
http://www.opengeospatial.org/se/units/foot
- Parameters:
aValue
- the value to set for theUOM_PROPERTY
property.
-
getVersion
Gets the value of theVERSION_PROPERTY
property.- Returns:
- the value of the
VERSION_PROPERTY
property.
-
setVersion
Sets the value of theVERSION_PROPERTY
property.- Parameters:
aValue
- the value to set for theVERSION_PROPERTY
property.
-
getName
Gets the value of theNAME_PROPERTY
property.- Returns:
- the value of the
NAME_PROPERTY
property.
-
setName
Sets the value of theNAME_PROPERTY
property.- Parameters:
aValue
- the value to set for theNAME_PROPERTY
property.
-
getDescription
Gets the value of theDESCRIPTION_PROPERTY
property.A "Description" gives human-readable descriptive information for the object it is included within.
- Returns:
- the value of the
DESCRIPTION_PROPERTY
property.
-
setDescription
Sets the value of theDESCRIPTION_PROPERTY
property.A "Description" gives human-readable descriptive information for the object it is included within.
- Parameters:
aValue
- the value to set for theDESCRIPTION_PROPERTY
property.
-
toString
- Overrides:
toString
in classTLcdDataObject
-