gml:DataBlock
gml:DataBlock describes the Range as a block of text encoded values similar to a Common Separated Value (CSV) representation. The range set parameterization is described by the property gml:rangeParameters.
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/coverage.xsd
Type: gml:DataBlockType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:rangeParameters [1..1]
- Choice [1..1]
- 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".
- gml:doubleOrNilReasonTupleList gml:doubleOrNilReasonList consists of a list of gml:doubleOrNilReason values, each separated by a whitespace. The gml:doubleOrNilReason values are grouped into tuples where the dimension of each tuple in the list is equal to the number of range parameters.
Attributes
None
Used in
- Type gml:ArrayAssociationType (Element gml:members)
- Type gml:RangeSetType (Element gml:rangeSet)
Substitution hierarchy
- gml:AbstractObject
- can be substituted with gml:DataBlock
Sample instance
<gml:DataBlock> <gml:rangeParameters> <!--any element--> </gml:rangeParameters> <gml:tupleList>string</gml:tupleList> </gml:DataBlock>