Uses of Class
gov.nasa.worldwind.ogc.kml.KMLAbstractSubStyle
-
Packages that use KMLAbstractSubStyle Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.ogc.kml.impl -
-
Uses of KMLAbstractSubStyle in gov.nasa.worldwind.ogc.kml
Subclasses of KMLAbstractSubStyle in gov.nasa.worldwind.ogc.kml Modifier and Type Class Description classKMLAbstractColorStyleRepresents the KML ColorStyle element and provides access to its contents.classKMLBalloonStyleRepresents the KML BalloonStyle element and provides access to its contents.classKMLIconStyleRepresents the KML IconStyle element and provides access to its contents.classKMLLabelStyleRepresents the KML LabelStyle element and provides access to its contents.classKMLLineStyleRepresents the KML LineStyle element and provides access to its contents.classKMLListStyleRepresents the KML ListStyle element and provides access to its contents.classKMLPolyStyleRepresents the KML PolyStyle element and provides access to its contents.Methods in gov.nasa.worldwind.ogc.kml that return KMLAbstractSubStyle Modifier and Type Method Description KMLAbstractSubStyleKMLAbstractFeature. getSubStyle(KMLAbstractSubStyle subStyle, java.lang.String styleState)Obtains the effective values for a specified sub-style (IconStyle, ListStyle, etc.) and state (normal or highlight).KMLAbstractSubStyleKMLStyle. mergeSubStyle(KMLAbstractSubStyle subStyle)Adds the sub-style fields of a specified sub-style to this one's fields if they don't already exist.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).KMLAbstractSubStyleKMLStyleMap. mergeSubStyles(KMLAbstractSubStyle subStyle, java.lang.String styleState)Obtains the map's effective style for a specified style type (IconStyle, ListStyle, etc.) and state (normal or highlight).Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLAbstractSubStyle Modifier and Type Method Description KMLAbstractSubStyleKMLAbstractFeature. getSubStyle(KMLAbstractSubStyle subStyle, java.lang.String styleState)Obtains the effective values for a specified sub-style (IconStyle, ListStyle, etc.) and state (normal or highlight).protected static voidKMLAbstractStyleSelector. markUnresolved(boolean tf, KMLAbstractSubStyle subStyle)Marks a sub-style to indicate that a style URL associated with it has not yet been resolved, or removes the mark if the style URL has been resolved.KMLAbstractSubStyleKMLStyle. mergeSubStyle(KMLAbstractSubStyle subStyle)Adds the sub-style fields of a specified sub-style to this one's fields if they don't already exist.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).KMLAbstractSubStyleKMLStyleMap. mergeSubStyles(KMLAbstractSubStyle subStyle, java.lang.String styleState)Obtains the map's effective style for a specified style type (IconStyle, ListStyle, etc.) and state (normal or highlight). -
Uses of KMLAbstractSubStyle in gov.nasa.worldwind.ogc.kml.impl
Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type KMLAbstractSubStyle Modifier and Type Method Description static booleanKMLUtil. isHighlightStyleState(KMLAbstractSubStyle subStyle)Indicate whether a specified sub-style has the "highlight" style-state field.
-