SoilThemeCoverage

objekttype

Inspire revision 4711 Gyldig

-- Name -- soil theme coverage
a spatial object type that holds values for a property based on one or more soil and possibly non soil parameters within its spatial, temporal or spatiotemporal domain. -- Description -- SOURCE Adapted from "Coverage" [ISO 19123:2005].
Egenskap Stereotype Beskrivelse Type Multiplisitet
beginLifespanVersion -- Name -- begin life span version DateTime 1..1
endLifespanVersion -- Name -- end life span version DateTime 0..1
domainExtent -- Name -- Domain extent. EX_Extent 1..*
validTimeFrom -- Name -- valid time from Date 1..1
validTimeTo -- Name -- valid time to Date 0..1
soilThemeParameter -- Name -- soil theme parameter SoilThemeParameterType (datatype) 1..1
- soilThemeParameterName -- Name -- soil theme parameter name SoilDerivedObjectParameterNameValue (kodeliste) 1..1
- uom -- Name -- unit of measure UnitOfMeasure 0..1
RectifiedGridCoverage
CoverageByDomainAndRange
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..*
DateTime 1..1
DateTime 0..1
EX_Extent 1..*
Date 1..1
Date 0..1
SoilThemeParameterType 1..1
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.
beginLifespanVersion DateTime Date and time at which this version of the spatial object was inserted or changed in the spatial data set.
endLifespanVersion DateTime Date and time at which this version of the spatial object was superseded or retired in the spatial data set.
domainExtent EX_Extent The attribute domainExtent shall contain the extent of the spatiotemporal domain of the coverage. The data type EX_Extent, is defined in ISO 19103. Extents may be specified in both space and time. -- Description -- SOURCE Adapted from [ISO 19123:2005].
validTimeFrom Date The ValidTime specifies the time window for which measurements have been captured to calculate the thematic soil property relevant for that period. The start time defines when the period began.
validTimeTo Date The ValidTime specifies the time window for which measurements have been captured to calculate the thematic soil property relevant for that period. The end time defines when the period stopped.
soilThemeParameter SoilThemeParameterType A soil-related property (soil theme) that is represented by this coverage. -- Description -- EXAMPLE Land irrigation suitability, pH in the topsoil, etc

Vis SoilThemeCoverage i NVDB Datakatalog

Id Navn Type Multiplisitet
DateTime 1 ..1
DateTime 0 ..1
EX_Extent 1 ..*
Date 1 ..1
Date 0 ..1
SoilThemeParameterType 1 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon isDescribing SoilThemeCoverage 1 isDescribedBy SoilThemeDescriptiveCoverage 0..*
arv subtype SoilThemeCoverage supertype RectifiedGridCoverage
Navn Beskrivelse
rangeSetValuesConstraint /*rangeSet values shall be of type Number, CharacterString or RangeType.*/ inv: rangeSet->oclIsKindOf(Number) or rangeSet->oclIsKindOf(Characterstring) or rangeSet->oclIsKindOf(RangeType)