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