Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
Modifier and Type | Method and Description |
---|---|
KMLStyleUrl |
KMLPair.getStyleUrl() |
KMLStyleUrl |
KMLAbstractFeature.getStyleUrl() |
KMLStyleUrl |
KMLStyleMap.getStyleUrlFromMap(java.lang.String styleState)
Returns a specified style URL from the style map.
|
Modifier and Type | Method and Description |
---|---|
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).
|
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).
|