HabitatDistributionCoverage
Inspire revision 4711
Gyldig
-- Name --
habitat distribution coverage
Geographical distribution of habitats.
-- Description --
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
beginLifespanVersion |
|
-- Name --
begin life span version
|
DateTime |
1..1 |
endLifespanVersion |
|
-- Name --
end life span version
|
DateTime |
1..1 |
inspireId |
|
-- Name --
inspire id
|
Identifier
(datatype)
|
1..1 |
- localId |
|
|
CharacterString |
1..1 |
- namespace |
|
|
CharacterString |
1..1 |
- versionId |
|
|
CharacterString |
0..1 |
habitat |
|
-- Name --
habitat
|
HabitatType
(datatype)
|
1..1 |
- localHabitatName |
|
-- Name --
local habitat name
|
LocalNameType
(datatype)
|
0..1 |
- referenceHabitatTypeId |
|
-- Name --
reference habitat type id
|
ReferenceHabitatTypeCodeValue
(kodeliste)
|
1..1 |
- referenceHabitatTypeScheme |
|
-- Name --
reference habitat type scheme
|
ReferenceHabitatTypeSchemeValue
(kodeliste)
|
1..1 |
- referenceHabitatTypeName |
|
-- Name --
reference habitat type name
|
CharacterString |
1..1 |
domainExtent |
|
-- Name --
domain extent
|
EX_GeographicExtent |
1..1 |
CoverageByDomainAndRange |
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 |
|
CoverageFunction |
|
0..1 |
|
Any |
|
1..1 |
|
Any |
|
0..* |
|
Any |
|
0..* |
|
RecordType |
|
1..1 |
|
DateTime |
|
1..1 |
|
DateTime |
|
1..1 |
|
Identifier
|
|
1..1 |
|
HabitatType
|
|
1..1 |
|
EX_GeographicExtent |
|
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. |
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. |
beginLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.
-- Description --
NOTE This date is recorded to enable the generation of change only update files.
|
endLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.
-- Description --
NOTE This date is recorded primarily for those systems which "close" an entry in the spatial data set in the event of an attribute change.
|
inspireId |
Identifier
|
|
External object identifier of the spatial object.
-- Description --
An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.
|
habitat |
HabitatType
|
|
Identifier for habitat types using one or more classification schemes.
-- Description --
This Habitat may consist of only one HabitatType according to one or more classification schemes.
|
domainExtent |
EX_GeographicExtent |
|
The geographic extent of the domain of the coverage.
|
Navn |
Beskrivelse |
domainIsMultiSurfaceOrRectifiedGridORMultiCurveOrMultiPoint |
/* domain is a multi surface, rectified grid, multi curve or multi point*/
inv: domainSet.oclIsKindOf(GM_MultiSurface) or domainSet.oclIsKindOf(CV_RectifiedGrid) or domainSet.oclIsKindOf(GM_MultiCurve) or domainSet.oclIsKindOf(GM_MultiPoint)
|
rangeSetIsHabitatDistribution |
/* range set is described by habitat distribution*/
inv: rangeSet.oclIsKindOf(HabitatDistribution)
|