geo:AbstractDiscreteCoverage
A coverage with finite domain set ((temporal) geometry objects), range set (attribute values mapped to domain), and optional coverage function.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:AbstractDiscreteCoverageType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: geo:Geospatial
Content
- Choice [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:AbstractDiscreteCoverage
Sample instance
<geo:AbstractDiscreteCoverage> <gml:MultiPointCoverage dimension="1"> <gml:boundedBy> <gml:Envelope>... </gml:Envelope> </gml:boundedBy> <gml:multiPointDomain> <gml:MultiPoint>... </gml:MultiPoint> </gml:multiPointDomain> <gml:rangeSet> <gml:ValueArray uom="http://www.example.com/">... </gml:ValueArray> </gml:rangeSet> <gml:coverageFunction> <gml:MappingRule>string</gml:MappingRule> </gml:coverageFunction> </gml:MultiPointCoverage> </geo:AbstractDiscreteCoverage>