LandCoverUnit

objekttype

Inspire revision 4711 Gyldig

-- Name -- Land Cover Unit
An individual element of the LC dataset represented by a point or polygon. -- Description -- Every unit support Land Cover information.
Egenskap Stereotype Beskrivelse Type Multiplisitet
inspireId -- Name -- inspireId Identifier (datatype) 1..1
- localId CharacterString 1..1
- namespace CharacterString 1..1
- versionId CharacterString 0..1
beginLifespanVersion -- Name -- beginLifespanVersion DateTime 1..1
endLifespanVersion -- Name -- endLifespanVersion DateTime 0..1
geometry -- Name -- geometry GM_Object 1..1
landCoverObservation -- Name -- landCoverObservation LandCoverObservation (datatype) 1..*
- class -- Name -- class LandCoverClassValue (kodeliste) 1..1
- mosaic -- Name -- mosaic LandCoverValue (datatype) 1..*
- observationDate -- Name -- observationDate DateTime 1..1
Navn Type Lengde Multiplisitet
Identifier 1..1
DateTime 1..1
DateTime 0..1
GM_Object 1..1
LandCoverObservation 1..*
Name Type English Description
inspireId Identifier External object identifier of the spatial object. -- Description -- NOTE 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.
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.
geometry GM_Object Spatial representation of the Land Cover unit. -- Description -- NOTE Restricted to point or surface.
landCoverObservation LandCoverObservation Land cover information at a specific time and place.

Vis LandCoverUnit i NVDB Datakatalog

Id Navn Type Multiplisitet
Identifier 1 ..1
DateTime 1 ..1
DateTime 0 ..1
GM_Object 1 ..1
LandCoverObservation 1 ..*
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon member LandCoverUnit 1..* LandCoverDataset 1
arv subtype LandCoverUnit supertype LandCoverUnit
Navn Beskrivelse
geometryIsKindOfGM_PointOrGM_Surface /*geometries shall be points or surfaces*/ inv: self.geometry->forAll(l | l.oclIsKindOf(GM_Surface) or l.oclIsKindOf(GM_Point))