Class KML22

java.lang.Object
org.opengis.cite.kml22.KML22

public class KML22 extends Object
Contains various constants pertaining to KML 2.2 documents.

Sources

  • Field Details

    • NS_NAME

      public static final String NS_NAME
      The namespace name for the KML 2.2 schema.
      See Also:
    • DOC_ELEMENT

      public static final String DOC_ELEMENT
      Local name of the root element in a KML document.
      See Also:
    • EPSG_4326

      public static final String EPSG_4326
      KML coordinate reference system (see OGC 07-147r2, Annex B).
      See Also:
    • KML_MEDIA_TYPE

      public static final String KML_MEDIA_TYPE
      KML media type (see http://www.iana.org/assignments/media-types/application).
      See Also:
    • KMZ_MEDIA_TYPE

      public static final String KMZ_MEDIA_TYPE
      KMZ media type.
      See Also:
    • UPDATE

      public static final String UPDATE
      Local name of kml:Update element (specifies an addition, change, or deletion to KML data).
      See Also: