gml:tupleList
gml:CoordinatesType consists of a list of coordinate tuples, with each coordinate tuple separated by the ts or tuple separator (whitespace), and each coordinate in the tuple by the cs or coordinate separator (comma). The gml:tupleList encoding is effectively "band-interleaved".
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/coverage.xsd
Type: gml:CoordinatesType
Properties: Global, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
decimal | [0..1] | xsd:string | Default value is ".". | |
cs | [0..1] | xsd:string | Default value is ",". | |
ts | [0..1] | xsd:string | Default value is " ". |
Used in
- Type gml:DataBlockType (Element gml:DataBlock)
Sample instance
<gml:tupleList>string</gml:tupleList>