Package org.opengis.cite.iso19136
Class GML32
java.lang.Object
org.opengis.cite.iso19136.GML32
Contains various constants pertaining to the standard GML 3.2 content model as
specified in ISO 19136:2007.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAbstract head of the substitution group for all GML coverage elements (see clause 19.3.1).static final StringAbstract head of the substitution group for all coordinate reference system (CRS) descriptions (see clause 12.2.3.1).static final StringAbstract head of the substitution group for all (continuous) curve elements (see clause 10.4.1).static final StringAbstract head of the substitution group for all GML feature instances (see clause 9.3.2).static final StringThe base type for all GML feature type definitions (see clause 9.3.1).static final StringAbstract head of the substitution group for all GML geometry elements (see clause 10.1.3.4).static final StringThe base type for all geometry type definitions (see clause 10.1.3.1).static final StringAbstract head of the substitution group for all GML objects (see clause 7.2.2.2).static final StringThe base type for all GML object type definitions (see clause 7.2.2.2).static final StringAbstract head of the substitution group for all (continuous) surface elements (see clause 10.5.1).static final StringAbstract head of the substitution group for all temporal primitives and complexes (see clause 14.2.1.1).static final StringThe base type for all temporal type definitions (see clause 14.2.1.1).static final StringAbstract head of the substitution group for all GML topology elements (see clause 13.2).static final StringThe base type for all topology type definitions (see clause 13.2).static final StringAbstract head of the substitution group for all GML value elements (see clauses 16.4.2, D.3.15).static final StringA gml:CompositeCurve is a realization of GM_CompositeCurve from ISO 19107 (11.2.2.2).static final StringA gml:Curve is a realization of GM_Curve from ISO 19107 (10.4.5).Immutable set containing all curve-based geometry elements (that substitute for gml:AbstractCurve).static final StringHead of the substitution group for all definition elements, including dictionaries (see clause 15.2).static final StringEnvelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions (see clause 10.1.4.6).static final StringThe base type for feature member property types (see clause 9.9.1).static final StringGeneric geometry array property type which is typically restricted in an application schema (see clause 10.1.3.6).static final StringGeneric geometry property type which is typically restricted in an application schema (see clause 10.1.3.5).Immutable set of all predefined GML geometry property types (see clause 9.5, Table 4).static final StringA gml:LineString is a curve consisting of a single segment with linear interpolation.static final StringBase type for defining metadata property types (see clause 7.2.6.1).static final StringBase type for defining object property types that represent the members of a GML object collection (see clause 7.2.5.1).static final StringThe namespace name for the GML 3.2 schema.static final StringHead of the substitution group for all GML observations (see clause 18.2.2).static final StringIndicates that a geometry or topology element has negative orientation.static final StringIndicates that a geometry or topology element has positive orientation.static final StringA gml:Point is a realization of GM_Point from ISO 19107 (10.3.1).static final StringA property that has a gml:Point as its value domain (see clause 10.3.2).static final StringA gml:Polygon is is a special surface that is defined by a single surface patch.static final StringThe srsName attribute identifies a spatial reference system.static final StringA gml:Surface is a realization of GM_Surface from ISO 19107 (10.5.10).Immutable set of all predefined GML temporal property types (see clause 9.7, Table 6).Immutable set of all predefined GML topology property types (see clause 9.6, Table 5).static final intTotal number of top-level element declarations in the GML 3.2 schema. -
Method Summary
-
Field Details
-
NS_NAME
The namespace name for the GML 3.2 schema.- See Also:
-
TOTAL_GLOBAL_ELEMS
public static final int TOTAL_GLOBAL_ELEMSTotal number of top-level element declarations in the GML 3.2 schema.- See Also:
-
ABSTRACT_GML
Abstract head of the substitution group for all GML objects (see clause 7.2.2.2).- See Also:
-
ABSTRACT_GML_TYPE
The base type for all GML object type definitions (see clause 7.2.2.2).- See Also:
-
ABSTRACT_FEATURE
Abstract head of the substitution group for all GML feature instances (see clause 9.3.2).- See Also:
-
ABSTRACT_FEATURE_TYPE
The base type for all GML feature type definitions (see clause 9.3.1).- See Also:
-
FEATURE_MEMBER_TYPE
The base type for feature member property types (see clause 9.9.1).- See Also:
-
ABSTRACT_GEOMETRY
Abstract head of the substitution group for all GML geometry elements (see clause 10.1.3.4).- See Also:
-
ABSTRACT_GEOMETRY_TYPE
The base type for all geometry type definitions (see clause 10.1.3.1).- See Also:
-
ABSTRACT_CURVE
Abstract head of the substitution group for all (continuous) curve elements (see clause 10.4.1).- See Also:
-
ABSTRACT_SURFACE
Abstract head of the substitution group for all (continuous) surface elements (see clause 10.5.1).- See Also:
-
GEOM_PROP_TYPE
Generic geometry property type which is typically restricted in an application schema (see clause 10.1.3.5).- See Also:
-
POINT_PROP_TYPE
A property that has a gml:Point as its value domain (see clause 10.3.2).- See Also:
-
GEOM_ARRAY_PROP_TYPE
Generic geometry array property type which is typically restricted in an application schema (see clause 10.1.3.6).- See Also:
-
GEOM_PROP_TYPE_SET
Immutable set of all predefined GML geometry property types (see clause 9.5, Table 4). -
ABSTRACT_TOPO
Abstract head of the substitution group for all GML topology elements (see clause 13.2).- See Also:
-
ABSTRACT_TOPO_TYPE
The base type for all topology type definitions (see clause 13.2).- See Also:
-
TOPO_PROP_TYPE_SET
Immutable set of all predefined GML topology property types (see clause 9.6, Table 5). -
ABSTRACT_TIME
Abstract head of the substitution group for all temporal primitives and complexes (see clause 14.2.1.1).- See Also:
-
ABSTRACT_TIME_TYPE
The base type for all temporal type definitions (see clause 14.2.1.1).- See Also:
-
TIME_PROP_TYPE_SET
Immutable set of all predefined GML temporal property types (see clause 9.7, Table 6). -
ABSTRACT_CRS
Abstract head of the substitution group for all coordinate reference system (CRS) descriptions (see clause 12.2.3.1).- See Also:
-
ABSTRACT_COVERAGE
Abstract head of the substitution group for all GML coverage elements (see clause 19.3.1).- See Also:
-
OBSERVATION
Head of the substitution group for all GML observations (see clause 18.2.2).- See Also:
-
DEFINITION
Head of the substitution group for all definition elements, including dictionaries (see clause 15.2).- See Also:
-
ABSTRACT_VALUE
Abstract head of the substitution group for all GML value elements (see clauses 16.4.2, D.3.15).- See Also:
-
MD_PROP_TYPE
Base type for defining metadata property types (see clause 7.2.6.1).- See Also:
-
MEMBER_PROP_TYPE
Base type for defining object property types that represent the members of a GML object collection (see clause 7.2.5.1).- See Also:
-
ENVELOPE
Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions (see clause 10.1.4.6).- See Also:
-
POINT
A gml:Point is a realization of GM_Point from ISO 19107 (10.3.1).- See Also:
-
CURVE
A gml:Curve is a realization of GM_Curve from ISO 19107 (10.4.5).- See Also:
-
LINE_STRING
A gml:LineString is a curve consisting of a single segment with linear interpolation.- See Also:
-
COMP_CURVE
A gml:CompositeCurve is a realization of GM_CompositeCurve from ISO 19107 (11.2.2.2).- See Also:
-
ORIENT_POS
Indicates that a geometry or topology element has positive orientation.- See Also:
-
ORIENT_NEG
Indicates that a geometry or topology element has negative orientation.- See Also:
-
SURFACE
A gml:Surface is a realization of GM_Surface from ISO 19107 (10.5.10).- See Also:
-
POLYGON
A gml:Polygon is is a special surface that is defined by a single surface patch.- See Also:
-
CURVE_SET
Immutable set containing all curve-based geometry elements (that substitute for gml:AbstractCurve). -
SRS
The srsName attribute identifies a spatial reference system.- See Also:
-