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 KMLStyleUrlKMLAbstractFeature. getStyleUrl()KMLStyleUrlKMLPair. getStyleUrl()KMLStyleUrlKMLStyleMap. 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 KMLAbstractSubStyleKMLAbstractStyleSelector. 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 KMLAbstractSubStyleKMLAbstractStyleSelector. 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).
-