Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
Modifier and Type | Class and Description |
---|---|
class |
KMLStyle
Represents the KML Style element and provides access to its contents.
|
class |
KMLStyleMap
Represents the KML StyleMap element and provides access to its contents.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<KMLAbstractStyleSelector> |
KMLAbstractFeature.styleSelectors
The style selectors specified in the KML Feature element.
|
Modifier and Type | Method and Description |
---|---|
KMLAbstractStyleSelector |
KMLStyleMap.getStyleFromMap(java.lang.String styleState)
Returns a specified style from the style map.
|
KMLAbstractStyleSelector |
KMLPair.getStyleSelector() |
KMLAbstractStyleSelector |
KMLStyleUrl.resolveStyleUrl()
Resolves a styleUrl to a style selector, which is either a style or style map.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<KMLAbstractStyleSelector> |
KMLAbstractFeature.getStyleSelectors() |
Modifier and Type | Method and Description |
---|---|
protected void |
KMLAbstractFeature.addStyleSelector(KMLAbstractStyleSelector o) |
static KMLAbstractSubStyle |
KMLAbstractStyleSelector.mergeSubStyles(KMLStyleUrl styleUrl,
KMLAbstractStyleSelector styleSelector,
java.lang.String styleState,
KMLAbstractSubStyle subStyle)
Obtains the selector's effective style for a specified style type (IconStyle, ListStyle, etc.) and
state (normal or highlight).
|
protected void |
KMLPair.setStyleSelector(KMLAbstractStyleSelector o) |
Modifier and Type | Method and Description |
---|---|
static KMLAbstractSubStyle |
KMLAbstractStyleSelector.mergeSubStyles(KMLStyleUrl styleUrl,
java.util.List<KMLAbstractStyleSelector> styleSelectors,
java.lang.String styleState,
KMLAbstractSubStyle subStyle)
Obtains the selector's effective style for a specified style type (IconStyle, ListStyle, etc.) and
state (normal or highlight).
|