Inspire revision 4711
Gyldig
-- Name --
Land Cover Observation
Land Cover information interpreted at a specific time and place.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
class |
|
-- Name --
class
|
LandCoverClassValue
(kodeliste)
|
1..1 |
mosaic |
|
-- Name --
mosaic
|
LandCoverValue
(datatype)
|
1..* |
- class |
|
-- Name --
class
|
LandCoverClassValue
(kodeliste)
|
1..1 |
- coveredPercentage |
|
-- Name --
Covered percentage
|
Integer |
1..1 |
observationDate |
|
-- Name --
observationDate
|
DateTime |
1..1 |
Name |
Type |
English |
Description |
class |
LandCoverClassValue
|
|
The assignment of a land cover class to a land cover unit through a classification code identifier
-- Description --
The identifier, eg 1.1.1, 1.1.2, ... (for CORINE LC classes) allow to access to the value and the definition or narrative description of the corresponding class.
|
mosaic |
LandCoverValue
|
|
List of classification values describing into details a land cover unit, associated with percentages.
|
observationDate |
DateTime |
|
The observation date associated of an observation.
-- Description --
Defines the observation date of the classification value. It could be the date of an aerial/satellital acquisition or of an update on the field. The observation date allows the user to have accurate date of when each value was observed in the real word. In a database, not all polygon informations are necessarily updated at the same time.
|
Navn |
Beskrivelse |
coveredPercentagesLowerThan100 |
/* The sum of all coveredPercentage attributes attached to each LandCoverObservation shall be lower or equal to 100*/
inv:mosaic.coveredPercentage.sum() <= 100
|