NASA World Wind

Uses of Class
gov.nasa.worldwind.ogc.kml.KMLAbstractStyleSelector

Packages that use KMLAbstractStyleSelector
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
 class KMLStyle
          Represents the KML Style element and provides access to its contents.
 class KMLStyleMap
          Represents the KML StyleMap element and provides access to its contents.
 

Fields in gov.nasa.worldwind.ogc.kml with type parameters of type KMLAbstractStyleSelector
protected  ArrayList<KMLAbstractStyleSelector> KMLAbstractFeature.styleSelectors
          The style selectors specified in the KML Feature element.
 

Methods in gov.nasa.worldwind.ogc.kml that return KMLAbstractStyleSelector
 KMLAbstractStyleSelector KMLStyleMap.getStyleFromMap(String styleState)
          Returns a specified style from the style map.
 KMLAbstractStyleSelector KMLPair.getStyleSelector()
           
 KMLAbstractStyleSelector KMLStyleUrl.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
 List<KMLAbstractStyleSelector> KMLAbstractFeature.getStyleSelectors()
           
 

Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLAbstractStyleSelector
protected  void KMLAbstractFeature.addStyleSelector(KMLAbstractStyleSelector o)
           
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).
protected  void KMLPair.setStyleSelector(KMLAbstractStyleSelector o)
           
 

Method parameters in gov.nasa.worldwind.ogc.kml with type arguments of type KMLAbstractStyleSelector
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).
 


NASA World Wind