Inspire revision 4711
Gyldig
Part of the outline of a cadastral parcel. One cadastral boundary may be shared by two neighbouring cadastral parcels.
-- Description --
NOTE In the INSPIRE context, cadastral boundaries are to be made available by member states where absolute positional accuracy information is recorded for the cadastral boundary (attribute estimated accuracy).
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
beginLifespanVersion |
|
|
DateTime |
1..1 |
endLifespanVersion |
|
|
DateTime |
0..1 |
estimatedAccuracy |
|
|
Length |
0..1 |
geometry |
|
|
GM_Curve |
1..1 |
inspireId |
|
|
Identifier
(datatype)
|
0..1 |
- localId |
|
|
CharacterString |
1..1 |
- namespace |
|
|
CharacterString |
1..1 |
- versionId |
|
|
CharacterString |
0..1 |
validFrom |
|
|
DateTime |
0..1 |
validTo |
|
|
DateTime |
0..1 |
Navn |
Type |
Lengde |
Multiplisitet |
|
DateTime |
|
1..1 |
|
DateTime |
|
0..1 |
|
Length |
|
0..1 |
|
GM_Curve |
|
1..1 |
|
Identifier
|
|
0..1 |
|
DateTime |
|
0..1 |
|
DateTime |
|
0..1 |
Name |
Type |
English |
Description |
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.
|
estimatedAccuracy |
Length |
|
Estimated absolute positional accuracy of the cadastral boundary in the used INSPIRE coordinate reference system. Absolute positional accuracy is the mean value of the positional uncertainties for a set of positions, where the positional uncertainties are the distance between a measured position and what is considered as the corresponding true position.
-- Description --
NOTE This mean value may come from quality measures on a homogeneous population of cadastral boundaries or from an estimation based on the knowledge of the production processes and of their accuracy.
|
geometry |
GM_Curve |
|
Geometry of the cadastral boundary. |
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.
|
validFrom |
DateTime |
|
Official date and time the cadastral boundary was/will be legally established.
|
validTo |
DateTime |
|
Date and time at which the cadastral boundary legally ceased/will cease to be used.
|
Vis CadastralBoundary i NVDB Datakatalog
Id |
Navn |
Type |
Multiplisitet |
|
|
DateTime |
1 ..1 |
|
|
DateTime |
0 ..1 |
|
|
Length |
0 ..1 |
|
|
GM_Curve |
1 ..1 |
|
|
Identifier
|
0 ..1 |
|
|
DateTime |
0 ..1 |
|
|
DateTime |
0 ..1 |
Navn |
Beskrivelse |
endLifespanVersion |
/* If set, the date endLifespanVersion shall be later than beginLifespanVersion. */
inv: self.endLifespanVersion .isAfter(self.beginLifespanVersion)
|
estimatedAccuracyUoM |
/* Value of estimatedAccuracy shall be given in meters. */
inv: self.estimatedAccuracy.uom.uomSymbol='m'
|
validTo |
/* If set, the date validTo shall be equal or later than validFrom. */
inv: self.validTo .isEqual(self.validFrom) or self.validTo .isAfter(self.validFrom) |