AbstractGeometry Abstract geometry .1 AbstractGeometryType

58 Copyright © 2007 Open Geospatial Consortium, Inc. All Rights Reserved. The elements are always contained inline in the array property. Referencing geometry elements or arrays of geometry elements via XLinks is not supported. EXAMPLE All elements in a gml:GeometryArrayPropertyType are of the type gml:AbstractGeometryType including types derived from this abstract base type as long as the element is directly or indirectly substitutable for gml:AbstractGeometry. 10.1.4 Coordinate geometry, vectors and envelopes 10.1.4.1 DirectPositionType, pos complexType name=DirectPositionType simpleContent extension base=gml:doubleList attributeGroup ref=gml:SRSReferenceGroup extension simpleContent complexType element name=pos type=gml:DirectPositionType sch:pattern sch:rule context=gml:pos sch:assert test=notsrsDimension or srsNameThe presence of a dimension attribute implies the presence of the srsName attribute.sch:assert sch:assert test=notaxisLabels or srsNameThe presence of an axisLabels attribute implies the presence of the srsName attribute.sch:assert sch:assert test=notuomLabels or srsNameThe presence of an uomLabels attribute implies the presence of the srsName attribute.sch:assert sch:assert test=notuomLabels and notaxisLabels or uomLabels and axisLabelsThe presence of an uomLabels attribute implies the presence of the axisLabels attribute and vice versa.sch:assert sch:rule sch:pattern Direct position instances hold the coordinates for a position within some coordinate reference system CRS. Since direct positions, as data types, will often be included in larger objects such as geometry elements that have references to CRS, the srsName attribute will in general be missing, if this particular direct position is included in a larger element with such a reference to a CRS. In this case, the CRS is implicitly assumed to take on the value of the containing objects CRS. The attribute group gml:SRSReferenceGroup is described in 10.1.3.2. If no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of, typically a geometric object like a point, curve, etc. NOTE It is expected that the attribute will be specified at the direct position level only in rare cases. D.2.3.4 specifies the implementation of ISO 19107 DirectPosition by these schema components.

10.1.4.2 DirectPositionListType, posList

complexType name=DirectPositionListType simpleContent extension base=gml:doubleList attributeGroup ref=gml:SRSReferenceGroup attribute name=count type=positiveInteger extension simpleContent complexType