Field Summary |
|
final public static AttributeType | ABSTRACTFEATURECOLLECTIONBASETYPE_TYPE
<complexType abstract="true" name="AbstractFeatureCollectionBaseType">
<annotation>
<documentation>
This abstract base type just makes the boundedBy element mandatory
for a feature collection. |
final public static AttributeType | ABSTRACTFEATURECOLLECTIONTYPE_TYPE
<complexType abstract="true" name="AbstractFeatureCollectionType">
<annotation>
<documentation>
A feature collection contains zero or more featureMember elements. |
final public static AttributeType | ABSTRACTFEATURETYPE_TYPE
<complexType abstract="true" name="AbstractFeatureType">
<annotation>
<documentation>
An abstract feature provides a set of common properties. |
final public static AttributeType | ABSTRACTGEOMETRYCOLLECTIONBASETYPE_TYPE
<complexType abstract="true" name="AbstractGeometryCollectionBaseType">
<annotation>
<documentation>
This abstract base type for geometry collections just makes the
srsName attribute mandatory. |
final public static AttributeType | ABSTRACTGEOMETRYTYPE_TYPE
<complexType abstract="true" name="AbstractGeometryType">
<annotation>
<documentation>
All geometry elements are derived from this abstract supertype;
a geometry element may have an identifying attribute (gid). |
final public static AttributeType | BOUNDINGSHAPETYPE_TYPE
<complexType name="BoundingShapeType">
<annotation>
<documentation>
Bounding shapes--a Box or a null element are currently allowed. |
final public static AttributeType | BOXTYPE_TYPE
<complexType name="BoxType">
<annotation>
<documentation>
The Box structure defines an extent using a pair of coordinate tuples. |
final public static AttributeType | COORDINATESTYPE_TYPE
<complexType name="CoordinatesType">
<annotation>
<documentation>
Coordinates can be included in a single string, but there is no
facility for validating string content. |
final public static AttributeType | COORDTYPE_TYPE
<complexType name="CoordType">
<annotation>
<documentation>
Represents a coordinate tuple in one, two, or three dimensions. |
final public static AttributeType | FEATUREASSOCIATIONTYPE_TYPE
<complexType name="FeatureAssociationType">
<annotation>
<documentation>
An instance of this type (e.g. |
final public static AttributeType | GEOMETRYASSOCIATIONTYPE_TYPE
<complexType name="GeometryAssociationType">
<annotation>
<documentation>
An instance of this type (e.g. |
final public static AttributeType | GEOMETRYCOLLECTIONTYPE_TYPE
<complexType name="GeometryCollectionType">
<annotation>
<documentation>
A geometry collection must include one or more geometries, referenced
through geometryMember elements. |
final public static AttributeType | GEOMETRYPROPERTYTYPE_TYPE
<complexType name="GeometryPropertyType">
<annotation>
<documentation>
A simple geometry property encapsulates a geometry element. |
final public static AttributeType | LINEARRINGMEMBERTYPE_TYPE |
final public static AttributeType | LINEARRINGTYPE_TYPE
<complexType name="LinearRingType">
<annotation>
<documentation>
A LinearRing is defined by four or more coordinate tuples, with
linear interpolation between them; the first and last coordinates
must be coincident. |
final public static AttributeType | LINESTRINGMEMBERTYPE_TYPE |
final public static AttributeType | LINESTRINGPROPERTYTYPE_TYPE
<complexType name="LineStringPropertyType">
<annotation>
<documentation>
Encapsulates a single LineString to represent centerLineOf or
edgeOf properties. |
final public static AttributeType | LINESTRINGTYPE_TYPE
<complexType name="LineStringType">
<annotation>
<documentation>
A LineString is defined by two or more coordinate tuples, with
linear interpolation between them. |
final public static AttributeType | MULTIGEOMETRYPROPERTYTYPE_TYPE |
final public static AttributeType | MULTILINESTRINGPROPERTYTYPE_TYPE
<complexType name="MultiLineStringPropertyType">
<annotation>
<documentation>
Encapsulates a MultiLineString element to represent the following
discontiguous geometric properties: multiEdgeOf, multiCenterLineOf. |
final public static AttributeType | MULTILINESTRINGTYPE_TYPE
<complexType name="MultiLineStringType">
<annotation>
<documentation>
A MultiLineString is defined by one or more LineStrings, referenced
through lineStringMember elements. |
final public static AttributeType | MULTIPOINTPROPERTYTYPE_TYPE
<complexType name="MultiPointPropertyType">
<annotation>
<documentation>
Encapsulates a MultiPoint element to represent the following
discontiguous geometric properties: multiLocation, multiPosition,
multiCenterOf. |
final public static AttributeType | MULTIPOINTTYPE_TYPE
<complexType name="MultiPointType">
<annotation>
<documentation>
A MultiPoint is defined by one or more Points, referenced through
pointMember elements. |
final public static AttributeType | MULTIPOLYGONPROPERTYTYPE_TYPE
<complexType name="MultiPolygonPropertyType">
<annotation>
<documentation>
Encapsulates a MultiPolygon to represent the following discontiguous
geometric properties: multiCoverage, multiExtentOf. |
final public static AttributeType | MULTIPOLYGONTYPE_TYPE
<complexType name="MultiPolygonType">
<annotation>
<documentation>
A MultiPolygon is defined by one or more Polygons, referenced through
polygonMember elements. |
final public static AttributeType | NULLTYPE_TYPE
<simpleType name="NullType">
<annotation>
<documentation>
If a bounding shape is not provided for a feature collection,
explain why. |
final public static AttributeType | POINTMEMBERTYPE_TYPE |
final public static AttributeType | POINTPROPERTYTYPE_TYPE
<complexType name="PointPropertyType">
<annotation>
<documentation>
Encapsulates a single point to represent position, location, or
centerOf properties. |
final public static AttributeType | POINTTYPE_TYPE
<complexType name="PointType">
<annotation>
<documentation>
A Point is defined by a single coordinate tuple. |
final public static AttributeType | POLYGONMEMBERTYPE_TYPE |
final public static AttributeType | POLYGONPROPERTYTYPE_TYPE
<complexType name="PolygonPropertyType">
<annotation>
<documentation>
Encapsulates a single polygon to represent coverage or extentOf
properties. |
final public static AttributeType | POLYGONTYPE_TYPE
<complexType name="PolygonType">
<annotation>
<documentation>
A Polygon is defined by an outer boundary and zero or more inner
boundaries which are in turn defined by LinearRings. |