| Package | Description | 
|---|---|
| gov.nasa.worldwind.ogc.kml | 
 Provides classes for parsing KML and KMZ files and streams. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KMLStyleUrl | 
KMLAbstractFeature.getStyleUrl()  | 
KMLStyleUrl | 
KMLPair.getStyleUrl()  | 
KMLStyleUrl | 
KMLStyleMap.getStyleUrlFromMap(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,
              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,
              List<KMLAbstractStyleSelector> styleSelectors,
              String styleState,
              KMLAbstractSubStyle subStyle)
Obtains the selector's effective style for a specified style type (IconStyle, ListStyle, etc.) and
 state (normal or highlight). 
 |