Class TLcdKML22PolyStyle
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.TLcdKML22PolyStyle
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Domain class modeling the KML PolyStyleType type.
OGC KML Specification description:
This element can be used wherever the following element is referenced: -kml:AbstractColorStyleGroup Specifies the drawing style for a kml:Polygon, including a kml:Polygon and the extruded portion of a kml:Polygon or kml:LineString. kml:PolyStyle 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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractColorStyleObjectExtensionGroupelement.static final TLcdDataPropertyData property that maps to theAbstractColorStyleSimpleExtensionGroupelement.static final TLcdDataPropertyData property that maps to theAbstractSubStyleObjectExtensionGroupelement.static final TLcdDataPropertyData property that maps to theAbstractSubStyleSimpleExtensionGroupelement.static final TLcdDataPropertyData property that maps to thecolorModeelement.static final TLcdDataPropertyData property that maps to thecolorelement.static final Colorstatic final TLcdDataPropertyData property that maps to thefillelement.static final TLcdDataPropertyData property that maps to theoutlineelement.static final TLcdDataPropertyData property that maps to thePolyStyleObjectExtensionGroupelement.static final TLcdDataPropertyData property that maps to thePolyStyleSimpleExtensionGroupelement.Fields inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
ID_PROPERTY, OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY, TARGET_ID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionTLcdKML22PolyStyle(TLcdDataType aType) Creates a newTLcdKML22PolyStylewith a customTLcdDataType. -
Method Summary
Modifier and TypeMethodDescriptiongetFill()Gets the fill value of this poly style.Gets the outline value of this poly style.voidSets the value of the property that maps to thecolorelement.voidsetColorMode(ELcdKML22ColorMode aValue) Sets the value of the property that maps to thecolorModeelement.voidSets the value of the property that maps to thefillelement.voidsetOutline(Boolean aValue) Sets the value of the property that maps to theoutlineelement.Methods inherited from class com.luciad.format.kml22.model.style.TLcdKML22AbstractColorStyle
getColor, getColorModeMethods inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
getId, getTargetId, setId, setTargetId
-
Field Details
-
DEFAULT_COLOR
-
FILL_PROPERTY
Data property that maps to thefillelement. The possible values for this property are instances ofBoolean. -
OUTLINE_PROPERTY
Data property that maps to theoutlineelement. The possible values for this property are instances ofBoolean. -
POLY_STYLE_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to thePolyStyleSimpleExtensionGroupelement. The possible values for this property are instances ofList<String>. -
POLY_STYLE_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to thePolyStyleObjectExtensionGroupelement. The possible values for this property are instances ofList<TLcdKML22AbstractObject>. -
COLOR_PROPERTY
Data property that maps to thecolorelement. The possible values for this property are instances ofColor. -
COLOR_MODE_PROPERTY
Data property that maps to thecolorModeelement. The possible values for this property are instances ofELcdKML22ColorMode. -
ABSTRACT_COLOR_STYLE_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractColorStyleSimpleExtensionGroupelement. The possible values for this property are instances ofList<String>. -
ABSTRACT_COLOR_STYLE_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractColorStyleObjectExtensionGroupelement. The possible values for this property are instances ofList<TLcdKML22AbstractObject>. -
ABSTRACT_SUB_STYLE_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractSubStyleSimpleExtensionGroupelement. The possible values for this property are instances ofList<String>. -
ABSTRACT_SUB_STYLE_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractSubStyleObjectExtensionGroupelement. The possible values for this property are instances ofList<TLcdKML22AbstractObject>.
-
-
Constructor Details
-
TLcdKML22PolyStyle
Creates a newTLcdKML22PolyStylewith a customTLcdDataType.- Parameters:
aType- a customTLcdDataType
-
-
Method Details
-
getFill
Gets the fill value of this poly style. If no fill value was defined, it will return the default value of (true).- Returns:
- the fill of this poly style.
-
getOutline
Gets the outline value of this poly style. If no outline value was defined, it will return the default value of (true).- Returns:
- the outline of this poly style.
-
setFill
Sets the value of the property that maps to thefillelement.- Parameters:
aValue- the value to set for theFILL_PROPERTYproperty.
-
setOutline
Sets the value of the property that maps to theoutlineelement.- Parameters:
aValue- the value to set for theOUTLINE_PROPERTYproperty.
-
setColor
Sets the value of the property that maps to thecolorelement.- Parameters:
aValue- the value to set for theCOLOR_PROPERTYproperty.
-
setColorMode
Sets the value of the property that maps to thecolorModeelement.- Parameters:
aValue- the value to set for theCOLOR_MODE_PROPERTYproperty.
-