StatisticalGridCell

objekttype

Inspire revision 4711 Gyldig

-- Name -- Statistical grid cell
Unit for dissemination or use of statistical information that is represented as a grid cell. -- Description -- A statistical grid cell is associated with: - the unique statistical grid cell of its upper level (if any) it is covered by, - the statistical grid cells of its lower level (if any) it covers. NB Statistical grid cells are squares. EXAMPLE In a quadtree structure, some cells are associated with the four cells they are decomposed into.
Egenskap Stereotype Beskrivelse Type Multiplisitet
code -- Name -- Code CharacterString 1..1
geographicalPosition -- Name -- Geographical position DirectPosition 1..1
gridPosition -- Name -- Grid position GridPosition (datatype) 0..1
- x -- Name -- x-axis value Integer 1..1
- y -- Name -- y-axis value Integer 1..1
geometry -- Name -- Geometry GM_Polygon 1..1
StatisticalUnit
Navn Type Lengde Multiplisitet
CharacterString 1..1
DirectPosition 1..1
GridPosition 0..1
GM_Polygon 1..1
Name Type English Description
code CharacterString A cell code. -- Description -- This code is composed of: 1. A coordinate reference system part, represented by the word CRS, followed by the EPSG code. 2. A resolution and position part: - If the coordinate reference system is projected, the word RES followed by the grid resolution in meters and the letter m. Then, the letter N followed by the northing value in meters, and the letter E followed by the easting value in meters too. - If the coordinate reference system is not projected, the word RES followed by the grid resolution in degree-minute-second, followed by the word dms. Then the word LON followed by the longitude value in degree-minute-second, and word LAT followed by the latitude value in degree-minute-second. For both cases, the given position is the position of the lower left cell corner. NOTE: This code acts like an identifier.
geographicalPosition DirectPosition The grid cell lower left corner geographical position.
gridPosition GridPosition The grid cell position within the grid based on the grid coordinates.
geometry GM_Polygon The grid cell geometry.

Vis StatisticalGridCell i NVDB Datakatalog

Id Navn Type Multiplisitet
CharacterString 1 ..1
DirectPosition 1 ..1
GridPosition 0 ..1
GM_Polygon 1 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon lowers StatisticalGridCell 0..* upper StatisticalGridCell 0..1
assosiasjon cells StatisticalGridCell 1..* grid StatisticalGrid 1
arv subtype StatisticalGridCell supertype StatisticalUnit
Navn Beskrivelse
cellCodeConstraint /* The code shall be composed of: (1) A coordinate reference system part, represented by the word CRS, followed by the EPSG code. (2) A resolution and position part: – If the coordinate reference system is projected, the word RES followed by the grid resolution in meters and the letter m. Then, the letter N followed by the northing value in meters, and the letter E followed by the easting value in meters. – If the coordinate reference system is not projected, the word RES followed by the grid resolution in degree-minute-second, followed by the word dms. Then the word LON followed by the longitude value in degree-minute-second, and word LAT followed by the latitude value in degree-minute-second. For both cases, the given position shall be the position of the lower left cell corner. */
gridPositionRangeConstraint /* The cell position should be within the grid, according to its width and height */
spatialRepresentationConstraint /* At least one of the attributes code, geographicalPosition, gridPosition or geometry shall be provided */
spatialRepresentationsConsistencyConstraint /* Where several spatial representations are provided (code, geographicalPosition, gridPosition and geometry), they shall be consistent */