gml:pointMembers
This property element contains a list of points. The order of the elements is significant and shall be preserved when processing the array.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryAggregates.xsd
Type: gml:PointArrayPropertyType
Properties: Global, Qualified
Content
- gml:Point [0..*] 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 |
---|---|---|---|---|
owns | [0..1] | xsd:boolean | Default value is "false". from group gml:OwnershipAttributeGroup |
Used in
- Type gml:MultiPointType (Element gml:MultiPoint)
Sample instance
<gml:pointMembers> <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:pointMembers>