Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
gov.nasa.worldwind.ogc.kml.impl |
Modifier and Type | Class and Description |
---|---|
class |
KMLAbstractColorStyle
Represents the KML ColorStyle element and provides access to its contents.
|
class |
KMLBalloonStyle
Represents the KML BalloonStyle element and provides access to its contents.
|
class |
KMLIconStyle
Represents the KML IconStyle element and provides access to its contents.
|
class |
KMLLabelStyle
Represents the KML LabelStyle element and provides access to its contents.
|
class |
KMLLineStyle
Represents the KML LineStyle element and provides access to its contents.
|
class |
KMLListStyle
Represents the KML ListStyle element and provides access to its contents.
|
class |
KMLPolyStyle
Represents the KML PolyStyle element and provides access to its contents.
|
Modifier and Type | Method and Description |
---|---|
KMLAbstractSubStyle |
KMLAbstractFeature.getSubStyle(KMLAbstractSubStyle subStyle,
java.lang.String styleState)
Obtains the effective values for a specified sub-style (IconStyle, ListStyle, etc.) and state
(normal or highlight).
|
KMLAbstractSubStyle |
KMLStyle.mergeSubStyle(KMLAbstractSubStyle subStyle)
Adds the sub-style fields of a specified sub-style to this one's fields if they don't already exist.
|
KMLAbstractSubStyle |
KMLStyleMap.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).
|
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).
|
Modifier and Type | Method and Description |
---|---|
KMLAbstractSubStyle |
KMLAbstractFeature.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 void |
KMLAbstractStyleSelector.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.
|
KMLAbstractSubStyle |
KMLStyle.mergeSubStyle(KMLAbstractSubStyle subStyle)
Adds the sub-style fields of a specified sub-style to this one's fields if they don't already exist.
|
KMLAbstractSubStyle |
KMLStyleMap.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).
|
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).
|
Modifier and Type | Method and Description |
---|---|
static boolean |
KMLUtil.isHighlightStyleState(KMLAbstractSubStyle subStyle)
Indicate whether a specified sub-style has the "highlight" style-state field.
|