CoverageByDomainAndRange

objekttype

Inspire revision 4711 Gyldig

-- Name -- coverage (domain and range representation)
Coverage which provide the domain and range as separate properties.
Egenskap Stereotype Beskrivelse Type Multiplisitet
coverageFunction -- Name -- coverage function CoverageFunction 0..1
domainSet -- Name -- domain set Any 1..1
rangeSet -- Name -- range set Any 0..*
Coverage
metadata -- Name -- metadata Any 0..*
rangeType -- Name -- range type RecordType 1..1
Navn Type Lengde Multiplisitet
Any 0..*
RecordType 1..1
CoverageFunction 0..1
Any 1..1
Any 0..*
Name Type English Description
metadata Any Application specific metadata of the coverage. -- Description -- NOTE The values of this property will typically be constrained in subtypes or in profiles specified by information communities.
rangeType RecordType Description of the structure of the range values.
coverageFunction CoverageFunction Description of how range values at locations in the coverage domain can be obtained.
domainSet Any Configuration of the domain of the coverage described in terms of coordinates. -- Description -- NOTE The values of this property will typically be constrained in subtypes to specific spatial and/or temporal geometries.
rangeSet Any Set of feature attribute values associated by a function with the elements of the domain of the coverage.

Vis CoverageByDomainAndRange i NVDB Datakatalog

Id Navn Type Multiplisitet
CoverageFunction 0 ..1
Any 1 ..1
Any 0 ..*
Navn Beskrivelse
gridFunctionRequiresGridDomain /*The grid function shall only be valid for domains that are grids */ inv: coverageFunction.gridFunction.notEmpty() implies domainSet.oclIsKindOf(CV_Grid)