objekttype

INSPIRE Ukjent

-- 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..*
Navn Type Lengde Multiplisitet
CoverageFunction 0..1
Any 1..1
Any 0..*
Name Type English Description
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 ..*
Assosiasjonstype Navn Kilde Destinasjon
arv subtype CoverageByDomainAndRange supertype Coverage
arv subtype ReferenceableGridCoverage supertype CoverageByDomainAndRange
arv subtype SpeciesDistributionCoverage supertype CoverageByDomainAndRange
arv subtype ExposedElementCoverage supertype CoverageByDomainAndRange
arv subtype RenewableAndWastePotentialCoverage supertype CoverageByDomainAndRange
arv subtype HabitatDistributionCoverage supertype CoverageByDomainAndRange
arv subtype RiskCoverage supertype CoverageByDomainAndRange
arv subtype ObservedEventCoverage supertype CoverageByDomainAndRange
arv subtype HazardCoverage supertype CoverageByDomainAndRange
arv subtype RectifiedGridCoverage supertype CoverageByDomainAndRange
Navn Beskrivelse
gridFunctionRequiresGridDomain /*The grid function shall only be valid for domains that are grids */ inv: coverageFunction.gridFunction.notEmpty() implies domainSet.oclIsKindOf(CV_Grid)