gml:pointRep
deprecated
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:PointPropertyType
Properties: Global, Qualified
Content
- gml:Point [0..1] A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group xlink:simpleLink | |
xlink:href | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:role | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:arcrole | [0..1] | xsd:anyURI | from group xlink:simpleLink | |
xlink:title | [0..1] | xsd:string | from group xlink:simpleLink | |
xlink:show | [0..1] | Anonymous | from group xlink:simpleLink | |
xlink:actuate | [0..1] | Anonymous | from group xlink:simpleLink | |
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup | |
owns | [0..1] | xsd:boolean | Default value is "false". from group gml:OwnershipAttributeGroup |
Used in
- Type gml:ArcByBulgeType (Element gml:ArcByBulge)
- Type gml:ArcByCenterPointType (Element gml:ArcByCenterPoint)
- Type gml:ArcStringByBulgeType (Element gml:ArcStringByBulge)
- Type gml:ArcStringType (Element gml:ArcString)
- Type gml:ArcType (Element gml:Arc)
- Type gml:BSplineType (Element gml:BSpline)
- Type gml:BezierType (Element gml:Bezier)
- Type gml:CircleByCenterPointType (Element gml:CircleByCenterPoint)
- Type gml:CubicSplineType (Element gml:CubicSpline)
- Type gml:LineStringSegmentType (Element gml:LineStringSegment)
- Type gml:LineStringType (Element gml:LineString)
- Type gml:LinearRingType (Element gml:LinearRing)
- Type gml:CircleType via extension of gml:ArcType (Element gml:Circle)
Sample instance
<gml:pointRep> <gml:Point gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with:... </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </gml:pointRep>