Package org.opengis.cite.kml22
Class KML22
java.lang.Object
org.opengis.cite.kml22.KML22
Contains various constants pertaining to KML 2.2 documents.
Sources
- OGC KML 2.2.0 (OGC 07-147r2)
- KML Reference
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLocal name of the root element in a KML document.static final StringKML coordinate reference system (see OGC 07-147r2, Annex B).static final StringKML media type (see http://www.iana.org/assignments/media-types/application).static final StringKMZ media type.static final StringThe namespace name for the KML 2.2 schema.static final StringLocal name of kml:Update element (specifies an addition, change, or deletion to KML data). -
Method Summary
-
Field Details
-
NS_NAME
The namespace name for the KML 2.2 schema.- See Also:
-
DOC_ELEMENT
Local name of the root element in a KML document.- See Also:
-
EPSG_4326
KML coordinate reference system (see OGC 07-147r2, Annex B).- See Also:
-
KML_MEDIA_TYPE
KML media type (see http://www.iana.org/assignments/media-types/application).- See Also:
-
KMZ_MEDIA_TYPE
KMZ media type.- See Also:
-
UPDATE
Local name of kml:Update element (specifies an addition, change, or deletion to KML data).- See Also:
-