public interface KMLConstants
Modifier and Type | Field and Description |
---|---|
static String |
BALOON_STYLE_FIELD |
static String |
HIGHLIGHT |
static String |
ICON_STYLE_FIELD |
static String |
KML_2dot0_NAMESPACE
The KML 2.2 namespace URI.
|
static String |
KML_2dot1_NAMESPACE |
static String |
KML_2dot2_NAMESPACE |
static String |
KML_GOOGLE_2dot2_NAMESPACE |
static String |
KML_MIME_TYPE
The mime type for KML documents.
|
static String |
KML_NAMESPACE |
static String[] |
KML_NAMESPACES
List of the versioned KML namespaces.
|
static String |
KML_VERSION
Most recent version of KML that WorldWind supports.
|
static String |
KMZ_MIME_TYPE
The mime type for KMZ documents.
|
static String |
LABEL_STYLE_FIELD |
static String |
LINE_STYLE_FIELD |
static String |
LIST_STYLE_FIELD |
static String |
NEVER
The KML view refresh mode
never . |
static String |
NORMAL |
static String |
ON_CHANGE
The KML view refresh mode
onChange . |
static String |
ON_EXPIRE
The KML view refresh mode
onExpire . |
static String |
ON_INTERVAL
The KML link refresh mode
onInterval . |
static String |
ON_REGION
The KML view refresh mode
onRegion . |
static String |
ON_REQUEST
The KML view refresh mode
onRequest . |
static String |
ON_STOP
The KML view refresh mode
onStop . |
static String |
POLY_STYLE_FIELD |
static String |
STYLE_FIELD |
static String |
STYLE_MAP_FIELD |
static String |
STYLE_STATE |
static String |
STYLE_URL_FIELD |
static final String BALOON_STYLE_FIELD
static final String HIGHLIGHT
static final String ICON_STYLE_FIELD
static final String KML_2dot0_NAMESPACE
static final String KML_2dot1_NAMESPACE
static final String KML_2dot2_NAMESPACE
static final String KML_GOOGLE_2dot2_NAMESPACE
static final String KML_MIME_TYPE
static final String KML_NAMESPACE
static final String[] KML_NAMESPACES
static final String KML_VERSION
static final String KMZ_MIME_TYPE
static final String LABEL_STYLE_FIELD
static final String LINE_STYLE_FIELD
static final String LIST_STYLE_FIELD
static final String NEVER
never
. Indicates that a resource referenced by a KMLLink
should ignore changes in the geographic view, and ignore the link's viewFormat
property.static final String NORMAL
static final String ON_CHANGE
onChange
. Indicates that a resource referenced by a KMLLink
should refresh when the file containing the link is loaded, or when the link parameters change.static final String ON_EXPIRE
onExpire
. Indicates that a resource referenced by a KMLLink
should refresh when the resource expires. The expiration time can be set by a HTTP header, or by a KMLNetworkLinkControl
element.static final String ON_INTERVAL
onInterval
. Indicates that a resource referenced by a KMLLink
should refresh periodically.static final String ON_REGION
onRegion
. Indicates that a resource referenced by a KMLLink
should refresh if a certain KMLRegion
becomes active. The KMLRegion
is specified by an
ancestor of the KMLLink
.static final String ON_REQUEST
onRequest
. Indicates that a resource referenced by a KMLLink
should refresh only when the user explicitly requests it.static final String ON_STOP
onStop
. Indicates that a resource referenced by a KMLLink
should refresh at an elapsed time after view movement stops. The time is specified by the link's
viewRefreshTime
property.static final String POLY_STYLE_FIELD
static final String STYLE_FIELD
static final String STYLE_MAP_FIELD
static final String STYLE_STATE
static final String STYLE_URL_FIELD