org.geotools.gml3.bindings |
|
Java Source File Name | Type | Comment |
AbstractFeatureCollectionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractFeatureCollectionType. |
AbstractFeatureCollectionTypeBindingTest.java | Class | |
AbstractFeatureTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractFeatureType.
<complexType abstract="true" name="AbstractFeatureType">
<annotation>
<documentation>An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy. |
AbstractFeatureTypeBindingTest.java | Class | |
AbstractGeometryTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractGeometryType.
<complexType abstract="true" name="AbstractGeometryType">
<annotation>
<documentation>All geometry elements are derived directly or indirectly from this abstract supertype. |
AbstractRingPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractRingPropertyType. |
AbstractSurfaceTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:AbstractSurfaceType.
<complexType name="AbstractSurfaceType">
<annotation>
<documentation>An abstraction of a surface to support the different levels of complexity. |
BoundingShapeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:BoundingShapeType. |
CurveArrayPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:CurveArrayPropertyType.
<complexType name="CurveArrayPropertyType">
<annotation>
<documentation>A container for an array of curves. |
CurvePropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:CurvePropertyType.
<complexType name="CurvePropertyType">
<annotation>
<documentation>A property that has a curve as its value domain can either be an appropriate geometry element encapsulated in an
element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere
in the same document). |
CurvePropertyTypeBindingTest.java | Class | |
CurveSegmentArrayPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:CurveSegmentArrayPropertyType. |
CurveTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:CurveType.
<complexType name="CurveType">
<annotation>
<documentation>Curve is a 1-dimensional primitive. |
CurveTypeBindingTest.java | Class | |
DirectPositionListTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:DirectPositionListType.
<complexType name="DirectPositionListType">
<annotation>
<documentation>DirectPositionList instances hold the coordinates for a sequence of direct positions within the same coordinate
reference system (CRS).</documentation>
</annotation>
<simpleContent>
<extension base="gml:doubleList">
<attributeGroup ref="gml:SRSReferenceGroup"/>
<attribute name="count" type="positiveInteger" use="optional">
<annotation>
<documentation>"count" allows to specify the number of direct positions in the list. |
DirectPositionListTypeBindingTest.java | Class | |
DirectPositionTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:DirectPositionType.
<complexType name="DirectPositionType">
<annotation>
<documentation>DirectPosition instances hold the coordinates for a position within some coordinate reference system (CRS). |
DirectPositionTypeBindingTest.java | Class | |
DoubleListBinding.java | Class | Binding object for the type http://www.opengis.net/gml:doubleList.
<simpleType name="doubleList">
<annotation>
<documentation>XML List based on XML Schema double type. |
EnvelopeTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:EnvelopeType.
<complexType name="EnvelopeType">
<annotation>
<documentation>Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimensions. |
EnvelopeTypeBindingTest.java | Class | |
FeatureArrayPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:FeatureArrayPropertyType. |
FeaturePropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:FeaturePropertyType. |
GeometryPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:GeometryPropertyType.
<complexType name="GeometryPropertyType">
<annotation>
<documentation>A geometric property can either be any geometry element encapsulated in an element of this type or an XLink reference
to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). |
GeometryPropertyTypeBindingTest.java | Class | |
GML.java | Interface | This interface contains the qualified names of all the types,elements, and
attributes in the http://www.opengis.net/gml schema. |
GML3EncodingUtils.java | Class | Utility class for gml3 encoding. |
GML3MockData.java | Class | Utility class for creating test xml data for gml3 bindings. |
GML3ParsingUtils.java | Class | Utility class for gml3 parsing. |
GMLBindingConfiguration.java | Class | Binding configuration for the http://www.opengis.net/gml schema. |
GMLConfigurationTest.java | Class | |
GMLSchemaLocationResolver.java | Class | |
GMLSchemaLocator.java | Class | |
IntegerListBinding.java | Class | Binding object for the type http://www.opengis.net/gml:integerList.
<simpleType name="integerList">
<annotation>
<documentation>XML List based on XML Schema integer type. |
LinearRingPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LinearRingPropertyType. |
LinearRingTypeBinding.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.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractRingType">
<sequence>
<choice>
<annotation>
<documentation>GML supports two different ways to specify the control points of a linear ring.
1. |
LinearRingTypeBindingTest.java | Class | |
LineStringPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LineStringPropertyType.
<complexType name="LineStringPropertyType">
<annotation>
<documentation>This type is deprecated with GML 3 and shall not be used. |
LineStringSegmentTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LineStringSegmentType.
<complexType name="LineStringSegmentType">
<annotation>
<documentation>A LineStringSegment is a curve segment that is defined by two or more coordinate tuples, with linear interpolation between them.
Note: LineStringSegment implements GM_LineString of ISO 19107.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractCurveSegmentType">
<sequence>
<choice>
<annotation>
<documentation>GML supports two different ways to specify the control points of a curve segment.
1. |
LineStringTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LineStringType.
<complexType name="LineStringType">
<annotation>
<documentation>A LineString is a special curve that consists of a single segment with linear interpolation. |
LineStringTypeBindingTest.java | Class | |
LocationPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:LocationPropertyType. |
LocationPropertyTypeBindingTest.java | Class | |
MeasureTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MeasureType.
<complexType name="MeasureType">
<annotation>
<documentation>Number with a scale.
The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale. |
MeasureTypeBindingTest.java | Class | |
MultiCurvePropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiCurvePropertyType.
<complexType name="MultiCurvePropertyType">
<annotation>
<documentation>A property that has a collection of curves as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). |
MultiCurvePropertyTypeBindingTest.java | Class | |
MultiCurveTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiCurveType.
<complexType name="MultiCurveType">
<annotation>
<documentation>A MultiCurve is defined by one or more Curves, referenced through curveMember elements.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGeometricAggregateType">
<sequence>
<annotation>
<documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. |
MultiCurveTypeBindingTest.java | Class | |
MultiLineStringPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiLineStringPropertyType.
<complexType name="MultiLineStringPropertyType">
<annotation>
<documentation>This type is deprecated with GML 3 and shall not be used. |
MultiLineStringTypeBinding.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. |
MultiLineStringTypeBindingTest.java | Class | |
MultiPointPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiPointPropertyType.
<complexType name="MultiPointPropertyType">
<annotation>
<documentation>A property that has a collection of points as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). |
MultiPointPropertyTypeBindingTest.java | Class | |
MultiPointTypeBinding.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.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGeometricAggregateType">
<sequence>
<annotation>
<documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. |
MultiPointTypeBindingTest.java | Class | |
MultiPolygonPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiPolygonPropertyType.
<complexType name="MultiPolygonPropertyType">
<annotation>
<documentation>This type is deprecated with GML 3 and shall not be used. |
MultiPolygonTypeBinding.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. |
MultiPolygonTypeBindingTest.java | Class | |
MultiSurfacePropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiSurfacePropertyType.
<complexType name="MultiSurfacePropertyType">
<annotation>
<documentation>A property that has a collection of surfaces as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). |
MultiSurfacePropertyTypeBindingTest.java | Class | |
MultiSurfaceTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:MultiSurfaceType.
<complexType name="MultiSurfaceType">
<annotation>
<documentation>A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGeometricAggregateType">
<sequence>
<annotation>
<documentation>The members of the geometric aggregate can be specified either using the "standard" property or the array property style. |
MultiSurfaceTypeBindingTest.java | Class | |
PointArrayPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PointArrayPropertyType.
<complexType name="PointArrayPropertyType">
<annotation>
<documentation>A container for an array of points. |
PointPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PointPropertyType.
<complexType name="PointPropertyType">
<annotation>
<documentation>A property that has a point as its value domain can either be an appropriate geometry element encapsulated in an
element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located
elsewhere in the same document). |
PointTypeBinding.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.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGeometricPrimitiveType">
<sequence>
<choice>
<annotation>
<documentation>GML supports two different ways to specify the direct poisiton of a point. |
PointTypeBindingTest.java | Class | |
PolygonPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PolygonPropertyType.
<complexType name="PolygonPropertyType">
<annotation>
<documentation>This type is deprecated with GML 3 and shall not be used. |
PolygonTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:PolygonType.
<complexType name="PolygonType">
<annotation>
<documentation>A Polygon is a special surface that is defined by a single surface patch. |
PolygonTypeBindingTest.java | Class | |
SurfaceArrayPropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:SurfaceArrayPropertyType.
<complexType name="SurfaceArrayPropertyType">
<annotation>
<documentation>A container for an array of surfaces. |
SurfacePropertyTypeBinding.java | Class | Binding object for the type http://www.opengis.net/gml:SurfacePropertyType.
<complexType name="SurfacePropertyType">
<annotation>
<documentation>A property that has a surface as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). |
SurfacePropertyTypeBindingTest.java | Class | |
TEST.java | Interface | |
TestConfiguration.java | Class | |