gml:geometricPositionGroup
GML supports two different ways to specify a geometric position: either by a direct position (a data type) or a point (a geometric object). pos elements are positions that are "owned" by the geometric primitive encapsulating this geometric position. pointProperty elements contain a point that may be referenced from other geometry elements or reference another point defined elsewhere (reuse of existing points).
Group information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryBasic0d1d.xsd
Content
- Choice [1..1]
- gml:pos
- gml:pointProperty This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which may be used by GML Application Schemas whenever a GML feature has a property with a value that is substitutable for Point.
Used in
- Anonymous type of element gml:controlPoint
- Group gml:geometricPositionListGroup
- Type gml:GeodesicStringType (Element gml:GeodesicString)
- Type gml:GeodesicType (Element gml:Geodesic)