gml:controlPoint
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryPrimitives.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Choice [1..1]
- gml:posList
- Choice [3..*]
- 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.
from group gml:geometricPositionGroup
Attributes
None
Used in
- Type gml:TinType (Element gml:Tin)
Sample instance
<gml:controlPoint> <gml:posList>1.0 1.0</gml:posList> </gml:controlPoint>