The geodatabase template for land cover implements the INSPIRE LandCoverNomenclature schema and LandCoverVector schema within the land cover theme. LandCoverRaster schema is not yet included.
To view the geodatabase model diagram, please refer to LC_model.pdf.
Feature Datasets and Feature Classes
LC - Feature DatasetTables
lcnLandCoverNomenclatureRelationship Classes
lcvDataset_UnitPDomains
PartyRoleLC - FeatureDataset
Name | LC |
Description | This section contains feature classes within the land cover theme |
lcvLandCoverDataset - FeatureClass
Name | lcvLandCoverDataset |
ShapeType | Polygon |
FeatureType | Simple |
HasM | false |
HasZ | false |
Description | Coverage area of the land cover dataset. it is a vector representation for land cover data. This representation allows land cover data being supported by a vector geometry. It adds support for parameter description and multiple nomenclatures within the same dataset. A land cover dataset is a collection of land cover units, each one being called an element. |
Field | DataType (Length) | UML Source | Description |
DatasetID | Integer(4) | Dataset identifier; it is the primary key in lcvLandCoverDataset; in other tables, it references lcvLandCoverDataset.DatasetID | |
id_localId | String(255) | LC.LandCoverVector.LandCoverDataset.inspireId | A local identifier assigned by the data provider. The local identifier is unique within the namespace, that no other spatial object carries the same unique identifier. NOTE: It is the responsibility of the data provider to guarantee the uniqueness of the local identifier within the namespace. |
id_namespace | String(255) | LC.LandCoverVector.LandCoverDataset.inspireId | Namespace that uniquely identifies the data source of the spatial object. NOTE: The namespace value will be owned by the data provider of the spatial object and will be registered in the INSPIRE External Object Identifier Namespaces Register. |
id_versionId | String(255) | LC.LandCoverVector.LandCoverDataset.inspireId | The identifier of the particular version of the spatial object with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. NOTE: (1) The maximum length has been selected to allow for time stamps based on ISO 8601, for example, 2007-02-12T12:12:12+05:30 as the version identifier. (2) The property is void, if the spatial dataset does not distinguish between different versions of the spatial object. It is missing if the spatial object type does not support any life cycle information. |
id_versionId_void | SmallInteger(2) | LC.LandCoverVector.LandCoverDataset.inspireId | This field indicates whether the property in field id_versionId is NIL. If the field id_versionId_void is NULL, then the property is not NIL, and the value in field id_versionId applies. If the value is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
ext_Description | String(255) | LC.LandCoverVector.LandCoverDataset.extent | Information about spatial, vertical, and temporal extent. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
ext_Vmin | Double(8) | LC.LandCoverVector.LandCoverDataset.extent | Lowest vertical extent contained in the dataset. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
ext_Vmax | Double(8) | LC.LandCoverVector.LandCoverDataset.extent | Highest vertical extent contained in the dataset. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
ext_Temporal | String(4000) | LC.LandCoverVector.LandCoverDataset.extent | Time period covered by the content of the dataset. It is part of extent for the dataset. NOTE: Extents may be specified in space, time or space-time. |
ext_GTypeCode | SmallInteger(2) | LC.LandCoverVector.LandCoverDataset.extent | Identifies whether the bounding polygon encompasses an area covered by the data (value: 1) or an area where data is not present (value: 0). It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
southBoundLatitude | Double(8) | LC.LandCoverVector.LandCoverDataset.extent | Southernmost coordinate of the limit of the dataset extent expressed in latitude, in decimal degrees. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
eastBoundLongitude | Double(8) | LC.LandCoverVector.LandCoverDataset.extent | Easternmost coordinate of the limit of the dataset extent expressed in longitude, in decimal degrees. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
westBoundLongitude | Double(8) | LC.LandCoverVector.LandCoverDataset.extent | Westernmost coordinate of the limit of the dataset extent expressed in longitude, in decimal degrees. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
northBoundLatitude | Double(8) | LC.LandCoverVector.LandCoverDataset.extent | Northernmost coordinate of the limit of the dataset extent expressed in latitude, in decimal degrees. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
ext_GAuthority | String(4000) | LC.LandCoverVector.LandCoverDataset.extent | Name of the Authority for the Geographic Name Code. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
ext_GCode | String(255) | LC.LandCoverVector.LandCoverDataset.extent | Geographic Name Code. It is part of extent for the dataset. NOTE: Extents may be specified in space, time, or space-time. |
NomID | Integer(4) | Nomenclature ID. It is the primary key in lcnLandCoverNomenclature. In other tables, NomID refers to lcnLandCoverNomenclature.NomID | |
name_ | String(255) | LC.LandCoverVector.LandCoverDataset.name | Name of the land cover dataset |
beginLifespanVersion | Date(8) | LC.LandCoverVector.LandCoverDataset.beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial dataset |
beginLifespanVersion_void | SmallInteger(2) | LC.LandCoverVector.LandCoverDataset.beginLifespanVersion | This field indicates whether the property in related field beginLifespanVersion is NIL. If this field is NULL, then the value in field beginLifespanVersion applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
endLifespanVersion | Date(8) | LC.LandCoverVector.LandCoverDataset.endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial dataset |
endLifespanVersion_void | SmallInteger(2) | LC.LandCoverVector.LandCoverDataset.endLifespanVersion | This field indicates whether the property in related field endLifespanVersion is NIL. If this field is NULL, then the value in field endLifespanVersion applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
validFrom | Date(8) | LC.LandCoverVector.LandCoverDataset.validFrom | The time when the phenomenon started to exist in the real world |
validFrom_void | SmallInteger(2) | LC.LandCoverVector.LandCoverDataset.validFrom | This field indicates whether the property in related field validFrom is NIL. If this field is NULL, then the value in field validFrom applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
validTo | Date(8) | LC.LandCoverVector.LandCoverDataset.validTo | The time from which the phenomenon no longer exists in the real world |
validTo_void | SmallInteger(2) | LC.LandCoverVector.LandCoverDataset.validTo | This field indicates whether the property in related field validTo is NIL. If this field is NULL, then the value in field validTo applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
lcvLandCoverUnitP - FeatureClass
Name | lcvLandCoverUnitP |
ShapeType | Point |
FeatureType | Simple |
HasM | false |
HasZ | false |
Description | An individual element of the land cover dataset represented by a point. The LandCoverUnit represents a section of space that is classified. It can correspond, for example, to a CORINE value. A land cover unit is part of the dataset. |
Field | DataType (Length) | UML Source | Description |
UnitID | Integer(4) | Unit identifier for the land cover unit. It is the primary keyof this table, in other tables, it reference lcvLandCoverUnitP.UnitID | |
id_localId | String(255) | LC.LandCoverVector.LandCoverUnit.inspireId | A local identifier assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. NOTE: It is the responsibility of the data provider to guarantee the uniqueness of the local identifier within the namespace. |
id_namespace | String(255) | LC.LandCoverVector.LandCoverUnit.inspireId | Namespace that uniquely identifies the data source of the spatial object. NOTE: The namespace value will be owned by the data provider of the spatial object and will be registered in the INSPIRE External Object Identifier Namespaces Register. |
id_versionId | String(255) | LC.LandCoverVector.LandCoverUnit.inspireId | The identifier of the particular version of the spatial object with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. NOTE: (1) The maximum length has been selected to allow for time stamps based on ISO 8601, for example, 2007-02-12T12:12:12+05:30 as the version identifier. (2) The property is void, if the spatial dataset does not distinguish between different versions of the spatial object. It is missing if the spatial object type does not support any life cycle information. |
id_versionId_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.inspireId | This field indicates whether the property in field id_versionId is NIL. If the field id_versionId_void is NULL, then the property is not NIL, and the value in field id_versionId applies. If the value is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
class_code | String(10) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.class | Observed class_code value for the unit based on a landcover classification system. The assignment of a land cover class to a land cover unit is through a classification code identifier. The identifier, eg 1.1.1, 1.1.2, ... (for CORINE LC classes) allows access to the value and definition or narrative description of the corresponding class. Part of landCoverObservation, which is land cover information at a specific time and place. |
class_label | String(255) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.class | Label for the class_code. It is part of landCoverObservation, which is land cover information at a specific time and place. |
class_uri | String(255) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.class | Uri for the class code part of landCoverObservation, which is lLand cover information at a specific time and place. |
observationDate | Date(8) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.observationDate | The observation date associated with an observation. It 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 an accurate date of when each value was observed in the real world. In a database, not all polygon information is necessarily updated at the same time. |
observationDate_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.observationDate | This field indicates whether the property in related field observationDate is NIL. If this field is NULL, then the value in field observationDate applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown . If the value is 2, the property is NIL with a reason of Unpopulated. |
mosaic_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic | This field indicates whether the property in mosaic related value in lcvLandCoverValueP is NIL. If this field is NULL, then the value in mosaic-related fields applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
beginLifespanVersion | Date(8) | LC.LandCoverVector.LandCoverUnit.beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial dataset |
endLifespanVersion | Date(8) | LC.LandCoverVector.LandCoverUnit.endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial dataset |
beginLifespanVersion_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.beginLifespanVersion | This field indicates whether the property in related field beginLifespanVersion is NIL. If this field is NULL, then the value in field beginLifespanVersion applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
endLifespanVersion_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.endLifespanVersion | This field indicates whether the property in related field endLifespanVersion is NIL. If this field is NULL, then the value in field endLifespanVersion applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
DatasetID | Integer(4) | Dataset identifier. It is the primary key in lcvLandCoverDataset. In other tables, it is the value that refers to lcvLandCoverDataset.DatasetID. |
lcvLandCoverUnitS - FeatureClass
Name | lcvLandCoverUnitS |
ShapeType | Polygon |
FeatureType | Simple |
HasM | false |
HasZ | false |
Description | An individual element of the land cover dataset represented by a polygon. The LandCoverUnit represents a section of space that is classified. It can corresponds for example to a CORINE polygon. A land cover unit is part of the dataset. |
Field | DataType (Length) | UML Source | Description |
UnitID | Integer(4) | Unit identifier for the land cover unit. It is the primary key of this table. In other tables it refers to lcvLandCoverUnitP.UnitID | |
id_localId | String(255) | LC.LandCoverVector.LandCoverUnit.inspireId | A local identifier assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. NOTE: It is the responsibility of the data provider to guarantee the uniqueness of the local identifier within the namespace. |
id_namespace | String(255) | LC.LandCoverVector.LandCoverUnit.inspireId | Namespace that uniquely identifies the data source of the spatial object. NOTE: The namespace value will be owned by the data provider of the spatial object and will be registered in the INSPIRE External Object Identifier Namespaces Register. |
id_versionId | String(255) | LC.LandCoverVector.LandCoverUnit.inspireId | The identifier of the particular version of the spatial object with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. NOTE: (1) The maximum length has been selected to allow for time stamps based on ISO 8601, for example, 2007-02-12T12:12:12+05:30 as the version identifier. (2) The property is void, if the spatial dataset does not distinguish between different versions of the spatial object. It is missing if the spatial object type does not support any life cycle information. |
id_versionId_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.inspireId | This field indicates whether the property in field id_versionId is NIL. If the field id_versionId_void is NULL, then the property is not NIL, and the value in field id_versionId applies. If the value is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
class_code | String(10) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.class | Observed class_code value for the unit based on a land cover classification system. The assignment of a land cover class to a land cover unit is through a classification code identifier. The identifier (e.g. 1.1.1, 1.1.2, ... [for CORINE LC classes]) allows access to the value and definition or narrative description of the corresponding class. It is part of landCoverObservation, which is land cover information at a specific time and place. |
class_label | String(255) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.class | Label for the class, it is part of landCoverObservation, which is land cover information at a specific time and place. |
class_uri | String(255) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.class | Uri for the class, it is part of landCoverObservation, which is land cover information at a specific time and place. |
observationDate | Date(8) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.observationDate | The observation date associated of an observation. It 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 an accurate date of when each value was observed in the real world. In a database, not all polygon informations are necessarily updated at the same time. |
observationDate_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.observationDate | This field indicates whether the property in related field observationDate is NIL. If this field is NULL, then the value in field observationDate applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
mosaic_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic | This field indicates whether the property in mosaic-related value in lcvLandCoverValueP is NIL. If this field is NULL, then the value in mosaic-related fields applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
beginLifespanVersion | Date(8) | LC.LandCoverVector.LandCoverUnit.beginLifespanVersion | Date and time at which this version of the spatial object was inserted or changed in the spatial dataset |
endLifespanVersion | Date(8) | LC.LandCoverVector.LandCoverUnit.endLifespanVersion | Date and time at which this version of the spatial object was superseded or retired in the spatial dataset |
beginLifespanVersion_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.beginLifespanVersion | This field indicates whether the property in related field beginLifespanVersion is NIL. If this field is NULL, then the value in field beginLifespanVersion applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
endLifespanVersion_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.endLifespanVersion | This field indicates whether the property in related field endLifespanVersion is NIL. If this field is NULL, then the value in field endLifespanVersion applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
DatasetID | Integer(4) | Dataset identifier. It is the primary key in lcvLandCoverDataset, in other tables its value refers to lcvLandCoverDataset.DatasetID |
lcnLandCoverNomenclature - Table
Name | lcnLandCoverNomenclature |
Description | Information about referenced national, institutional, or local land cover nomenclature. Land cover nomenclature allows the reference of nomenclature documentation and the associated code list, and defines them through an external reference or includes them within the data according to ISO 19144-2. |
Field | DataType (Length) | UML Source | Description |
NomID | Integer(4) | Nomenclature ID. It is the primary key in lcnLandCoverNomenclature. In other tables, NomID refers to lcnLandCoverNomenclature.NomID. | |
id_localId | String(255) | LC.LandCoverVector.LandCoverNomenclature.inspireId | A local identifier assigned by the data provider. The local identifier is unique within the namespace, that is no other spatial object carries the same unique identifier. NOTE: It is the responsibility of the data provider to guarantee uniqueness of the local identifier within the namespace. |
id_namespace | String(255) | LC.LandCoverVector.LandCoverNomenclature.inspireId | Namespace that uniquely identifies the data source of the spatial object. NOTE: The namespace value will be owned by the data provider of the spatial object and will be registered in the INSPIRE External Object Identifier Namespaces Register. |
id_versionId | String(255) | LC.LandCoverVector.LandCoverNomenclature.inspireId | The identifier of the particular version of the spatial object with a maximum length of 25 characters. If the specification of a spatial object type with an external object identifier includes life cycle information, the version identifier is used to distinguish between the different versions of a spatial object. Within the set of all versions of a spatial object, the version identifier is unique. NOTE: (1) The maximum length has been selected to allow for time stamps based on ISO 8601, for example, 2007-02-12T12:12:12+05:30 as the version identifier. (2) The property is void if the spatial dataset does not distinguish between different versions of the spatial object. It is missing, if the spatial object type does not support any life cycle information. |
id_versionId_void | SmallInteger(2) | LC.LandCoverVector.LandCoverNomenclature.inspireId | This field indicates whether the property in field id_versionId is NIL. If the field id_versionId_void is NULL, then the property is not NIL and the value in field id_versionId applies. If the value is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
nomenclatureCodeList | String(255) | LC.LandCoverVector.LandCoverNomenclature. | An http URI pointing to the code list attached to the nomenclature used |
individualName | String(255) | LC.LandCoverVector.LandCoverNomenclature. | Name of the responsible person, SURNAME, given name, and title separated by a delimiter. Part of responsible party, this is the party responsible for the development and/or maintenance of the nomenclature, which could be the EEA, or a national or local mapping agency. |
individualName_void | SmallInteger(2) | LC.LandCoverVector.LandCoverNomenclature. | This field indicates whether the property in related field individualName is NIL. If this field is NULL, then the value in field individualName applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
organisationName | String(255) | LC.LandCoverVector.LandCoverNomenclature. | Name of the responsible organisation. Part of responsible party, it is the party responsible for the development and/or maintenance of the nomenclature, which could be the EEA, or a national or local mapping agency. |
organisationName_void | SmallInteger(2) | LC.LandCoverVector.LandCoverNomenclature. | This field indicates whether the property in related field organisationName is NIL. If this field is NULL, then the value in field organisationName applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
positionName | String(255) | LC.LandCoverVector.LandCoverNomenclature. | Role or position of the responsible person. Part of responsible party, it is the party responsible for the development and/or maintenance of the nomenclature, which could be the EEA, or a national or local mapping agency. |
positionName_void | SmallInteger(2) | LC.LandCoverVector.LandCoverNomenclature. | This field indicates whether the property in related field positionName is NIL. If this field is NULL, then the value in field positionName applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
contact | String(4000) | LC.LandCoverVector.LandCoverNomenclature. | Address of the responsible party. It is an xml snippet containing information required to enable contact with the responsible person and/or organisation. Part of responsible party. It is the party responsible for the development and/or maintenance of the nomenclature, which could be the EEA, or a national or local mapping agency. |
contact_void | SmallInteger(2) | LC.LandCoverVector.LandCoverNomenclature. | This field indicates whether the property in related field contact is NIL. If this field is NULL, then the value in field contact applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
role_ | String(50) | LC.LandCoverVector.LandCoverNomenclature. | Function performed by the responsible party. It is part of responsible party. It is the party responsible for the development and/or maintenance of the nomenclature, which could be the EEA, or a national or local mapping agency. The Domain is PartyRole. |
role_uri | String(255) | LC.LandCoverVector.LandCoverNomenclature. | Uri that defines the roles. It is part of responsible party. It is the party responsible for the development and/or maintenance of the nomenclature, which could be the EEA, or a national or local mapping agency. The INSPIRE ISO UML indicates the following uri: http://inspire.ec.europa.eu/codeList/PartyRoleValue . |
role_void | SmallInteger(2) | LC.LandCoverVector.LandCoverNomenclature. | This field indicates whether the property in related field role_ is NIL. If this field is NULL, then the value in field role_applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
embeddedDescription | String(4000) | LC.LandCoverVector.LandCoverNomenclature. | An embedded encoding of the classification system according to ISO 19144-2 |
embeddedDescription_void | SmallInteger(2) | LC.LandCoverVector.LandCoverNomenclature. | This field indicates whether the property in related field embeddedDescription is NIL. If this field is NULL, then the value in field embeddedDescription applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
externalDescription | String(4000) | LC.LandCoverVector.LandCoverNomenclature. | Document describing the nomenclature used in this dataset. It is an XML snippet. |
externalDescription_void | SmallInteger(2) | LC.LandCoverVector.LandCoverNomenclature. | This field indicates whether the property in related field externalDescription is NIL. If this field is NULL, then the value in field externalDescription applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2 , the property is NIL with a reason of Unpopulated. |
lcvLandCoverValueP - Table
Name | lcvLandCoverValueP |
Description | Contains the mosaic code (class_code) for the land cover unit and coveredPercentage information for point features. |
Field | DataType (Length) | UML Source | Description |
ValueID | Integer(4) | Value identifier | |
mosaic_code | String(10) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic | Observed class_code value for the unit based on a land cover classification system. The assignment of a land cover class to a land cover unit is through a classification code identifier. The identifier (e.g. 1, 1.1.2, ... [for CORINE LC classes]) allows access to the value and the definition or narrative description of the corresponding class. |
mosaic_label | String(255) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic | Label for the class code |
mosaic_uri | String(255) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic | Uri for the class code |
coveredPercentage | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic.LandCoverValue.coveredPercentage | Fraction of the LandCoverUnit being concerned with the classification value |
coveredPercentage_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic.LandCoverValue.coveredPercentage | This field indicates whether the property in related field coveredPercentage is NIL. If this field is NULL, then the value in field coveredPercentage applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
UnitID | Integer(4) | LC.LandCoverVector.LandCoverNomenclature. | Unit identifier for the Land Cover Unit. It is the primary key of this table, in other tables it reference lcvLandCoverUnitP.UnitID. |
lcvLandCoverValueS - Table
Name | lcvLandCoverValueS |
Description | Contains the mosaic code (class_code) for the land cover unit and coveredPercentage information for area features. |
Field | DataType (Length) | UML Source | Description |
ValueID | Integer(4) | Value identifier | |
mosaic_code | String(10) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic | Observed class_code value for the unit based on a land cover classification system. The assignment of a land cover class to a land cover unit is through a classification code identifier. The identifier (e.g. 1, 1.1.2, ... [for CORINE LC classes]) allows access to the value and the definition or narrative description of the corresponding class. |
mosaic_label | String(255) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic | Label for the class code |
mosaic_uri | String(255) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic | Uri for the class code |
coveredPercentage | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic.LandCoverValue.coveredPercentage | Fraction of the LandCoverUnit being concerned with the classification value |
coveredPercentage_void | SmallInteger(2) | LC.LandCoverVector.LandCoverUnit.landCoverObservation.mosaic.LandCoverValue.coveredPercentage | This field indicates whether the property in related field coveredPercentage is NIL. If this field is NULL, then the value in field coveredPercentage applies. If the value of this field is 0, the property is NIL with no additional information about the reason for the NIL value. If the value is 1, the property is NIL with a reason of Unknown. If the value is 2, the property is NIL with a reason of Unpopulated. |
UnitID | Integer(4) | Unit identifier for the Land Cover Unit. It is the primary key of this table, in other tables it reference to lcvLandCoverUnitP.UnitID |
lcvDataset_UnitP - RelationshipClass
Name | lcvDataset_UnitP |
Cardinality | OneToMany |
IsAttributed | false |
IsComposite | false |
ForwardPathLabel | hasUnitP |
BackwardPathLabel | partofDataset |
Description | This relationship class defines the relationship between lcvLandCoverDataset and lcvLandCoverUnitP. A feature in lcvLandCoverUnitP is part of lcvLandCoverDataset. |
Origin Class Name | Origin Primary Key | Origin Foreign Key |
lcvLandCoverDataset | DatasetID | DatasetID |
Destination Class Name | Destination Primary Key | Destination Foreign Key |
lcvLandCoverUnitP |
lcvDataset_UnitS - RelationshipClass
Name | lcvDataset_UnitS |
Cardinality | OneToMany |
IsAttributed | false |
IsComposite | false |
ForwardPathLabel | hasUnitS |
BackwardPathLabel | partofDataset |
Description | This relationship class defines the relationship between lcvLandCoverDataset and lcvLandCoverUnitS. A feature in lcvLandCoverUnitS is part of lcvLandCoverDataset. |
Origin Class Name | Origin Primary Key | Origin Foreign Key |
lcvLandCoverDataset | DatasetID | DatasetID |
Destination Class Name | Destination Primary Key | Destination Foreign Key |
lcvLandCoverUnitS |
lcvNomenclature_Dataset - RelationshipClass
Name | lcvNomenclature_Dataset |
Cardinality | OneToOne |
IsAttributed | false |
IsComposite | false |
ForwardPathLabel | referredbyDataset |
BackwardPathLabel | referNomenclature |
Description | This relationship class defines the relationship between lcnLandCoverNomenclature and lcvLandCoverDataset. A dataset in lcvLandCoverDataset references a land cover nomenclature. |
Origin Class Name | Origin Primary Key | Origin Foreign Key |
lcnLandCoverNomenclature | NomID | NomID |
Destination Class Name | Destination Primary Key | Destination Foreign Key |
lcvLandCoverDataset |
lcvUnitP_ValueP - RelationshipClass
Name | lcvUnitP_ValueP |
Cardinality | OneToMany |
IsAttributed | false |
IsComposite | false |
ForwardPathLabel | hasClassValue |
BackwardPathLabel | associatewithUnitP |
Description | This relationship class defines the relationship between lcvLandCoverUnitP and lcvLandCoverValueP. A feature in lcvLandCoverUnitP can have mosaic class value. |
Origin Class Name | Origin Primary Key | Origin Foreign Key |
lcvLandCoverUnitP | UnitID | UnitID |
Destination Class Name | Destination Primary Key | Destination Foreign Key |
lcvLandCoverValueP |
lcvUnitS_ValueS - RelationshipClass
Name | lcvUnitS_ValueS |
Cardinality | OneToMany |
IsAttributed | false |
IsComposite | false |
ForwardPathLabel | hasClassValue |
BackwardPathLabel | associatewithUnitS |
Description | This relationship class defines the relationship between lcvLandCoverUnitS and lcvLandCoverValueS. A feature in lcvLandCoverUnitS can have mosaic class value. |
Origin Class Name | Origin Primary Key | Origin Foreign Key |
lcvLandCoverUnitS | UnitID | UnitID |
Destination Class Name | Destination Primary Key | Destination Foreign Key |
lcvLandCoverValueS |
PartyRole - Domain
DomainName | PartyRole |
FieldType | String |
Domain Type | CodedValue |
Code | Name |
resourceProvider | Resource Provider |
custodian | Custodian |
owner | Owner |
user | User |
distributor | Distributor |
originator | Originator |
pointOfContact | Point Of Contact |
principalInvestigator | Principal Investigator |
processor | Processor |
publisher | Publisher |
author | Author |
VoidReasonValue - Domain
DomainName | VoidReasonValue |
FieldType | SmallInteger |
Domain Type | CodedValue |
Code | Name |
0 | No reason given |
1 | Unknown |
2 | Unpopulated |
3 | Withheld |