Class TLcdKML22LabelStyle
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.TLcdKML22AbstractObject
com.luciad.format.kml22.model.style.TLcdKML22AbstractSubStyle
com.luciad.format.kml22.model.style.TLcdKML22AbstractColorStyle
com.luciad.format.kml22.model.style.TLcdKML22LabelStyle
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Domain class modeling the KML LabelStyleType type.
OGC KML Specification description:
This element can be used wherever the following element is referenced: -kml:AbstractColorStyleGroup Specifies how the name of a kml:AbstractFeatureGroup is drawn in the geographic view. A user-defined color, color mode, and scale for the value of the name can be specified. kml:LabelStyle should contain at least one child element outside of an update context, that is when not a descendant of kml:Update.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstractColorStyleObjectExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theAbstractColorStyleSimpleExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theAbstractSubStyleObjectExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theAbstractSubStyleSimpleExtensionGroup
element.static final TLcdDataProperty
Data property that maps to thecolorMode
element.static final TLcdDataProperty
Data property that maps to thecolor
element.static final TLcdDataProperty
Data property that maps to theLabelStyleObjectExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theLabelStyleSimpleExtensionGroup
element.static final TLcdDataProperty
Data property that maps to thescale
element.Fields inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
ID_PROPERTY, OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY, TARGET_ID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetScale()
Returns the value of the property that maps to thescale
element.void
Sets the value of the property that maps to thecolor
element.void
setColorMode
(ELcdKML22ColorMode aValue) Sets the value of the property that maps to thecolorMode
element.void
Sets the value of the property that maps to thescale
element.Methods inherited from class com.luciad.format.kml22.model.style.TLcdKML22AbstractColorStyle
getColor, getColorMode
Methods inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
getId, getTargetId, setId, setTargetId
-
Field Details
-
SCALE_PROPERTY
Data property that maps to thescale
element. The possible values for this property are instances ofDouble
. -
LABEL_STYLE_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theLabelStyleSimpleExtensionGroup
element. The possible values for this property are instances ofList<String>
. -
LABEL_STYLE_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theLabelStyleObjectExtensionGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractObject>
. -
COLOR_PROPERTY
Data property that maps to thecolor
element. The possible values for this property are instances ofColor
. -
COLOR_MODE_PROPERTY
Data property that maps to thecolorMode
element. The possible values for this property are instances ofELcdKML22ColorMode
. -
ABSTRACT_COLOR_STYLE_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractColorStyleSimpleExtensionGroup
element. The possible values for this property are instances ofList<String>
. -
ABSTRACT_COLOR_STYLE_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractColorStyleObjectExtensionGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractObject>
. -
ABSTRACT_SUB_STYLE_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractSubStyleSimpleExtensionGroup
element. The possible values for this property are instances ofList<String>
. -
ABSTRACT_SUB_STYLE_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractSubStyleObjectExtensionGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractObject>
.
-
-
Constructor Details
-
TLcdKML22LabelStyle
public TLcdKML22LabelStyle() -
TLcdKML22LabelStyle
-
-
Method Details
-
getScale
Returns the value of the property that maps to thescale
element.- Returns:
- the value of the
SCALE_PROPERTY
property.
-
setScale
Sets the value of the property that maps to thescale
element.- Parameters:
aValue
- the value to set for theSCALE_PROPERTY
property.
-
setColor
Sets the value of the property that maps to thecolor
element.- Parameters:
aValue
- the value to set for theCOLOR_PROPERTY
property.
-
setColorMode
Sets the value of the property that maps to thecolorMode
element.- Parameters:
aValue
- the value to set for theCOLOR_MODE_PROPERTY
property.
-