Documentation for fieldgml

Complex Type: AbstractContinuousCoverageType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractCoverageType (by extension) < AbstractContinuousCoverageType (by extension)
Sub-types: None
Name AbstractContinuousCoverageType
Abstract yes
Documentation A continuous coverage as defined in ISO 19123 is a coverage that can return different values for the same feature attribute at different direct positions within a single spatiotemporal object in its spatiotemporal domain
XML Instance Representation
<...
gml:id="[0..1]"
dimension="positiveInteger [0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:boundedBy> ... </gml:boundedBy> [0..1]
<gml:location> ... </gml:location> [0..1]

'deprecated in GML version 3.1'

<gml:domainSet> ... </gml:domainSet> [1]
<gml:rangeSet> ... </gml:rangeSet> [1]
</...>
Diagram
Schema Component Representation
<complexType name="AbstractContinuousCoverageType" abstract="true">
<complexContent>
<extension base=" gml:AbstractCoverageType ">
<sequence>
<element ref=" gml:coverageFunction " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>