Interface KMLConstants


  • public interface KMLConstants
    Defines constants used by the KML parser classes.
    • Field Detail

      • KML_2dot0_NAMESPACE

        static final java.lang.String KML_2dot0_NAMESPACE
        The KML 2.2 namespace URI.
        See Also:
        Constant Field Values
      • KML_GOOGLE_2dot2_NAMESPACE

        static final java.lang.String KML_GOOGLE_2dot2_NAMESPACE
        See Also:
        Constant Field Values
      • KML_NAMESPACES

        static final java.lang.String[] KML_NAMESPACES
        List of the versioned KML namespaces.
      • KML_MIME_TYPE

        static final java.lang.String KML_MIME_TYPE
        The mime type for KML documents.
        See Also:
        Constant Field Values
      • KMZ_MIME_TYPE

        static final java.lang.String KMZ_MIME_TYPE
        The mime type for KMZ documents.
        See Also:
        Constant Field Values
      • KML_VERSION

        static final java.lang.String KML_VERSION
        Most recent version of KML that WorldWind supports.
        See Also:
        Constant Field Values
      • NEVER

        static final java.lang.String NEVER
        The KML view refresh mode never. Indicates that a resource referenced by a KMLLink should ignore changes in the geographic view, and ignore the link's viewFormat property.
        See Also:
        Constant Field Values
      • ON_REQUEST

        static final java.lang.String ON_REQUEST
        The KML view refresh mode onRequest. Indicates that a resource referenced by a KMLLink should refresh only when the user explicitly requests it.
        See Also:
        Constant Field Values
      • ON_STOP

        static final java.lang.String ON_STOP
        The KML view refresh mode 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.
        See Also:
        Constant Field Values
      • ON_REGION

        static final java.lang.String ON_REGION
        The KML view refresh mode 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.
        See Also:
        Constant Field Values
      • ON_INTERVAL

        static final java.lang.String ON_INTERVAL
        The KML link refresh mode onInterval. Indicates that a resource referenced by a KMLLink should refresh periodically.
        See Also:
        Constant Field Values
      • ON_EXPIRE

        static final java.lang.String ON_EXPIRE
        The KML view refresh mode 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.
        See Also:
        Constant Field Values
      • ON_CHANGE

        static final java.lang.String ON_CHANGE
        The KML view refresh mode 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.
        See Also:
        Constant Field Values