org.geotools.gml2.bindings |
|
Java Source File Name | Type | Comment |
AbstractGMLBindingTest.java | Class | |
GML.java | Interface | This interface contains the qualified names of all the types in the
http://www.opengis.net/gml schema. |
GML2EncodingUtils.java | Class | Utility methods used by gml2 bindigns when encodding. |
GML2MockData.java | Class | Collection of static methods for creating mock data for binding unit tests. |
GML2ParsingUtils.java | Class | Utility methods used by gml2 bindings when parsing. |
GMLAbstractFeatureCollectionBaseTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractFeatureCollectionBaseType.
<complexType name="AbstractFeatureCollectionBaseType" abstract="true">
<annotation>
<documentation> This abstract base type just makes the
boundedBy element mandatory for a feature
collection. |
GMLAbstractFeatureCollectionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractFeatureCollectionType.
<complexType name="AbstractFeatureCollectionType" abstract="true">
<annotation>
<documentation> A feature collection contains zero or
more featureMember elements. |
GMLAbstractFeatureTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractFeatureType.
<complexType name="AbstractFeatureType" abstract="true">
<annotation>
<documentation> An abstract feature provides a set of
common properties. |
GMLAbstractFeatureTypeBindingTest.java | Class | |
GMLAbstractGeometryCollectionBaseTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractGeometryCollectionBaseType.
<complexType name="AbstractGeometryCollectionBaseType" abstract="true">
<annotation>
<documentation> This abstract base type for geometry
collections just makes the srsName attribute
mandatory. |
GMLAbstractGeometryTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractGeometryType.
<complexType name="AbstractGeometryType" abstract="true">
<annotation>
<documentation> All geometry elements are derived from
this abstract supertype; a geometry element may
have an identifying attribute (gid). |
GMLAbstractGeometryTypeBindingTest.java | Class | |
GMLBindingConfiguration.java | Class | Binding configuration for the http://www.opengis.net/gml schema. |
GMLBoundingShapeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:BoundingShapeType.
<complexType name="BoundingShapeType">
<annotation>
<documentation> Bounding shapes--a Box or a null element
are currently allowed. |
GMLBoundingShapeTypeBindingTest.java | Class | |
GMLBoxTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:BoxType.
<complexType name="BoxType">
<annotation>
<documentation> The Box structure defines an extent
using a pair of coordinate tuples. |
GMLBoxTypeBinding2Test.java | Class | |
GMLBoxTypeBindingTest.java | Class | |
GMLCoordinatesTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:CoordinatesType.
<complexType name="CoordinatesType">
<annotation>
<documentation> Coordinates can be included in a single
string, but there is no facility for validating
string content. |
GMLCoordinatesTypeBinding2Test.java | Class | |
GMLCoordinatesTypeBindingTest.java | Class | |
GMLCoordTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:CoordType.
<complexType name="CoordType">
<annotation>
<documentation> Represents a coordinate tuple in one,
two, or three dimensions. |
GMLCoordTypeBinding2Test.java | Class | |
GMLCoordTypeBindingTest.java | Class | |
GMLFeatureAssociationTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:FeatureAssociationType.
<complexType name="FeatureAssociationType">
<annotation>
<documentation> An instance of this type (e.g. |
GMLFeatureAssociationTypeBindingTest.java | Class | |
GMLGeometryAssociationTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:GeometryAssociationType.
<complexType name="GeometryAssociationType">
<annotation>
<documentation> An instance of this type (e.g. |
GMLGeometryAssociationTypeBindingTest.java | Class | |
GMLGeometryCollectionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:GeometryCollectionType.
<complexType name="GeometryCollectionType">
<annotation>
<documentation> A geometry collection must include one
or more geometries, referenced through
geometryMember elements. |
GMLGeometryCollectionTypeBindingTest.java | Class | |
GMLGeometryPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:GeometryPropertyType.
<complexType name="GeometryPropertyType">
<annotation>
<documentation> A simple geometry property encapsulates
a geometry element. |
GMLGeometryPropertyTypeBindingTest.java | Class | |
GMLLinearRingMemberTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LinearRingMemberType. |
GMLLinearRingMemberTypeBindingTest.java | Class | |
GMLLinearRingTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LinearRingType.
<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. |
GMLLinearRingTypeBindingTest.java | Class | |
GMLLineStringMemberTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LineStringMemberType. |
GMLLineStringMemberTypeBindingTest.java | Class | |
GMLLineStringPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LineStringPropertyType.
<complexType name="LineStringPropertyType">
<annotation>
<documentation> Encapsulates a single LineString to
represent centerLineOf or edgeOf properties. |
GMLLineStringPropertyTypeBinding2Test.java | Class | |
GMLLineStringPropertyTypeBindingTest.java | Class | |
GMLLineStringTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LineStringType.
<complexType name="LineStringType">
<annotation>
<documentation> A LineString is defined by two or more
coordinate tuples, with linear interpolation
between them. |
GMLLineStringTypeBinding2Test.java | Class | |
GMLLineStringTypeBindingTest.java | Class | |
GMLMultiGeometryPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiGeometryPropertyType. |
GMLMultiGeometryPropertyTypeBinding2Test.java | Class | |
GMLMultiGeometryPropertyTypeBindingTest.java | Class | |
GMLMultiLineStringPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiLineStringPropertyType.
<complexType name="MultiLineStringPropertyType">
<annotation>
<documentation> Encapsulates a MultiLineString element
to represent the following discontiguous geometric
properties: multiEdgeOf, multiCenterLineOf. |
GMLMultiLineStringPropertyTypeBinding2Test.java | Class | |
GMLMultiLineStringPropertyTypeBindingTest.java | Class | |
GMLMultiLineStringTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiLineStringType.
<complexType name="MultiLineStringType">
<annotation>
<documentation> A MultiLineString is defined by one or
more LineStrings, referenced through
lineStringMember elements. |
GMLMultiLineStringTypeBinding2Test.java | Class | |
GMLMultiLineStringTypeBindingTest.java | Class | |
GMLMultiPointPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiPointPropertyType.
<complexType name="MultiPointPropertyType">
<annotation>
<documentation> Encapsulates a MultiPoint element to
represent the following discontiguous geometric
properties: multiLocation, multiPosition,
multiCenterOf. |
GMLMultiPointPropertyTypeBinding2Test.java | Class | |
GMLMultiPointPropertyTypeBindingTest.java | Class | |
GMLMultiPointTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiPointType.
<complexType name="MultiPointType">
<annotation>
<documentation> A MultiPoint is defined by one or more
Points, referenced through pointMember elements. |
GMLMultiPointTypeBinding2Test.java | Class | |
GMLMultiPointTypeBindingTest.java | Class | |
GMLMultiPolygonPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiPolygonPropertyType.
<complexType name="MultiPolygonPropertyType">
<annotation>
<documentation> Encapsulates a MultiPolygon to represent
the following discontiguous geometric properties:
multiCoverage, multiExtentOf. |
GMLMultiPolygonPropertyTypeBinding2Test.java | Class | |
GMLMultiPolygonPropertyTypeBindingTest.java | Class | |
GMLMultiPolygonTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiPolygonType.
<complexType name="MultiPolygonType">
<annotation>
<documentation> A MultiPolygon is defined by one or more
Polygons, referenced through polygonMember
elements. |
GMLMultiPolygonTypeBinding2Test.java | Class | |
GMLMultiPolygonTypeBindingTest.java | Class | |
GMLNullTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:NullType.
<simpleType name="NullType">
<annotation>
<documentation> If a bounding shape is not provided for
a feature collection, explain why. |
GMLNullTypeBindingTest.java | Class | |
GMLPointMemberTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PointMemberType. |
GMLPointMemberTypeBindingTest.java | Class | |
GMLPointPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PointPropertyType.
<complexType name="PointPropertyType">
<annotation>
<documentation> Encapsulates a single point to represent
position, location, or centerOf properties. |
GMLPointPropertyTypeBinding2Test.java | Class | |
GMLPointPropertyTypeBindingTest.java | Class | |
GMLPointTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PointType.
<complexType name="PointType">
<annotation>
<documentation> A Point is defined by a single
coordinate tuple. |
GMLPointTypeBinding2Test.java | Class | |
GMLPointTypeBindingTest.java | Class | |
GMLPolygonMemberTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PolygonMemberType. |
GMLPolygonMemberTypeBindingTest.java | Class | |
GMLPolygonPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PolygonPropertyType.
<complexType name="PolygonPropertyType">
<annotation>
<documentation> Encapsulates a single polygon to
represent coverage or extentOf properties. |
GMLPolygonPropertyTypeBinding2Test.java | Class | |
GMLPolygonPropertyTypeBindingTest.java | Class | |
GMLPolygonTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PolygonType.
<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. |
GMLPolygonTypeBindingTest.java | Class | |
GMLTestSupport.java | Class | Abstract test class for gml2 bindings. |
GMLUtil.java | Class | |