| diagram | ![]() |
||||||||||||||||||||
| namespace | http://www.opengis.net/gml | ||||||||||||||||||||
| type | extension of gml:AbstractCoverageType | ||||||||||||||||||||
| properties |
|
||||||||||||||||||||
| children | gml:metaDataProperty gml:description gml:name gml:boundedBy gml:location gml:domainSet gml:rangeSet gml:coverageFunction | ||||||||||||||||||||
| used by |
|
||||||||||||||||||||
| attributes |
|
||||||||||||||||||||
| annotation |
|
||||||||||||||||||||
| source | <xs:complexType name="AbstractContinuousCoverageType" abstract="true"> <xs:annotation> <xs: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</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractCoverageType"> <xs:sequence> <xs:element ref="gml:coverageFunction" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |