Uses of Class
gov.nasa.worldwind.ogc.kml.KMLAbstractStyleSelector
-
Packages that use KMLAbstractStyleSelector Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams. -
-
Uses of KMLAbstractStyleSelector in gov.nasa.worldwind.ogc.kml
Subclasses of KMLAbstractStyleSelector in gov.nasa.worldwind.ogc.kml Modifier and Type Class Description classKMLStyleRepresents the KML Style element and provides access to its contents.classKMLStyleMapRepresents the KML StyleMap element and provides access to its contents.Fields in gov.nasa.worldwind.ogc.kml with type parameters of type KMLAbstractStyleSelector Modifier and Type Field Description protected java.util.List<KMLAbstractStyleSelector>KMLAbstractFeature. styleSelectorsThe style selectors specified in the KML Feature element.Methods in gov.nasa.worldwind.ogc.kml that return KMLAbstractStyleSelector Modifier and Type Method Description KMLAbstractStyleSelectorKMLStyleMap. getStyleFromMap(java.lang.String styleState)Returns a specified style from the style map.KMLAbstractStyleSelectorKMLPair. getStyleSelector()KMLAbstractStyleSelectorKMLStyleUrl. resolveStyleUrl()Resolves a styleUrl to a style selector, which is either a style or style map.Methods in gov.nasa.worldwind.ogc.kml that return types with arguments of type KMLAbstractStyleSelector Modifier and Type Method Description java.util.List<KMLAbstractStyleSelector>KMLAbstractFeature. getStyleSelectors()Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLAbstractStyleSelector Modifier and Type Method Description protected voidKMLAbstractFeature. addStyleSelector(KMLAbstractStyleSelector o)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).protected voidKMLPair. setStyleSelector(KMLAbstractStyleSelector o)Method parameters in gov.nasa.worldwind.ogc.kml with type arguments of type KMLAbstractStyleSelector Modifier and Type Method Description 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).
-