SoilThemeDescriptiveCoverage
Inspire revision 4711
Gyldig
-- Name --
soil theme descriptive coverage
a spatial object type that is associated to the soil theme coverage and holds additional information on values of a property of the soil theme coverage.
-- Description --
This coverage can only exist in relation to a base coverage SoilThemeCoverage, it has the same domain and spatial extent as the base coverage. And it gives extra information on the values of the base coverages
SOURCE Adapted from "Coverage" [ISO 19123:2005].
EXAMPLE coverage indicating the confidence level of the pH values reported in the associated SoilThemeCoverage.
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..* |
soilThemeDescriptiveParameter |
|
-- Name --
soil theme descriptive parameter
|
SoilThemeDescriptiveParameterType
(datatype)
|
1..1 |
- soilThemeDescriptiveParameterName |
|
-- Name --
soil theme descriptive parameter name
|
CharacterString |
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..* |
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].
|
soilThemeDescriptiveParameter |
SoilThemeDescriptiveParameterType
|
|
a descriptive property for the soil-related property (soil theme) that is represented by its associated SoilThemeCoverage.
-- Description --
EXAMPLE confidence level for each value in the SoilThemeCoverage (pH in the topsoil)
|
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) |