Class TLcdKML22LineStyle
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.TLcdKML22LineStyle
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Domain class modeling the KML LineStyleType type.
OGC KML Specification description:
This element can be used wherever the following element is referenced: -kml:AbstractColorStyleGroup Specifies the drawing style (color, color mode, and line width) for all line geometry. Line geometry includes the kml:Polygon boundaries (kml:LinearRings) for which the applicable kml:PolyStyle outline element value is 1 or true, and lines connecting extruded kml:Placemarks with a kml:Point geometry to the ground. Use kml:LineStyle to specify the color, color mode, and width of the line. For extruded kml:LineStrings, the line itself uses the current kml:LineStyle, and the extrusion uses the current kml:PolyStyle.
- 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 Color
static final double
static final TLcdDataProperty
Data property that maps to theLineStyleObjectExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theLineStyleSimpleExtensionGroup
element.static final TLcdDataProperty
Data property that maps to thewidth
element.Fields inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
ID_PROPERTY, OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY, TARGET_ID_PROPERTY
-
Constructor Summary
ConstructorDescriptionTLcdKML22LineStyle
(TLcdDataType aType) Creates a newTLcdKML22LineStyle
with a customTLcdDataType
. -
Method Summary
Modifier and TypeMethodDescriptiongetWidth()
Returns the width of this line style.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 thewidth
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
-
DEFAULT_COLOR
-
DEFAULT_WIDTH
public static final double DEFAULT_WIDTH- See Also:
-
WIDTH_PROPERTY
Data property that maps to thewidth
element. The possible values for this property are instances ofDouble
. -
LINE_STYLE_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theLineStyleSimpleExtensionGroup
element. The possible values for this property are instances ofList<String>
. -
LINE_STYLE_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theLineStyleObjectExtensionGroup
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
-
TLcdKML22LineStyle
Creates a newTLcdKML22LineStyle
with a customTLcdDataType
.- Parameters:
aType
- a customTLcdDataType
-
-
Method Details
-
getWidth
Returns the width of this line style. If no width was defined, it will return the default width of (1.0).- Returns:
- The width of this line style
-
setWidth
Sets the value of the property that maps to thewidth
element.- Parameters:
aValue
- the value to set for theWIDTH_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.
-