Package org.apache.sis.internal.xml
Class LegacyNamespaces
java.lang.Object
org.apache.sis.internal.xml.LegacyNamespaces
Legacy XML namespaces, and
Version constants for identifying when those namespaces were used.- Since:
- 0.4
- Version:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe"http://www.opengis.net/cat/csw/2.0.2"URL.static final StringThe"http://www.isotc211.org/2005/gco"URL, used in ISO 19139:2007.static final StringThe"http://www.isotc211.org/2005/gfc"URL, used in ISO 19110.static final StringThe"http://www.isotc211.org/2005/gmd"URL, used in ISO 19139:2007.static final StringThe"http://standards.iso.org/iso/19115/-2/gmi/1.0"URL.static final StringThe"http://www.isotc211.org/2005/gmi"URL as an alias forGMI.static final StringThe "http://www.opengis.net/gml" URL, which was used for all GML versions before 3.2.static final StringThe"http://www.isotc211.org/2005/gmx"URL, used in ISO 19139:2007.static final StringThe"http://www.isotc211.org/2005/gts"URL, used in ISO 19139:2007.static final StringThe"http://www.isotc211.org/2005/srv"URL, used in ISO 19139:2007.static final VersionMiscellaneous version constants used for ISO standards.static final VersionMiscellaneous version constants used for ISO standards.static final VersionMiscellaneous version constants used for ISO standards.static final VersionMiscellaneous version constants used for GML versions.static final VersionMiscellaneous version constants used for GML versions.static final VersionFirst GML version of the newxmlns. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDo not allow instantiation of this class. -
Method Summary
-
Field Details
-
VERSION_2007
Miscellaneous version constants used for ISO standards. -
VERSION_2014
Miscellaneous version constants used for ISO standards. -
VERSION_2016
Miscellaneous version constants used for ISO standards. -
VERSION_3_0
Miscellaneous version constants used for GML versions. -
VERSION_3_2
Miscellaneous version constants used for GML versions. -
VERSION_3_2_1
First GML version of the newxmlns. GML 3.2.0 schemas are defined in the namespacehttp://www.opengis.net/gmlwhereas GML 3.2.1 schemas are defined in the namespacehttp://www.opengis.net/gml/3.2. -
GML
The "http://www.opengis.net/gml" URL, which was used for all GML versions before 3.2. This URL should not be used in JAXB annotations, even if the annotated element is really for that legacy GML version. Instead, namespace replacements are applied on-the-fly at marshalling time.- See Also:
-
GMD
The"http://www.isotc211.org/2005/gmd"URL, used in ISO 19139:2007. The usual prefix for this namespace is"gmd".- See Also:
-
GMI_ALIAS
The"http://www.isotc211.org/2005/gmi"URL as an alias forGMI. Was used in some XML files before a more official URL was set.- See Also:
-
GMI
The"http://standards.iso.org/iso/19115/-2/gmi/1.0"URL. The usual prefix for this namespace is"gmi".- See Also:
-
GMX
The"http://www.isotc211.org/2005/gmx"URL, used in ISO 19139:2007. The usual prefix for this namespace is"gmx".- See Also:
-
GCO
The"http://www.isotc211.org/2005/gco"URL, used in ISO 19139:2007. The usual prefix for this namespace is"gco". Replaced byNamespaces.GCO.- See Also:
-
SRV
The"http://www.isotc211.org/2005/srv"URL, used in ISO 19139:2007. The usual prefix for this namespace is"srv". Replaced byNamespaces.SRV.- See Also:
-
GFC
The"http://www.isotc211.org/2005/gfc"URL, used in ISO 19110. The usual prefix for this namespace is"gfc". Replaced byNamespaces.GFC.- See Also:
-
GTS
The"http://www.isotc211.org/2005/gts"URL, used in ISO 19139:2007. The usual prefix for this namespace is"gts".- See Also:
-
CSW
The"http://www.opengis.net/cat/csw/2.0.2"URL. The usual prefix for this namespace is"csw".- See Also:
-
-
Constructor Details
-
LegacyNamespaces
private LegacyNamespaces()Do not allow instantiation of this class.
-