Linear spatial object composed of a set of adjoining locations characterized by having the same elevation property value. It describes, together with other contour lines present in the area, the local morphology of the Earth's surface.
-- Description --
NOTE 1 The attribute propertyType is equal to 'height' in the case of contour lines and it is equal to 'depth' in the case of depth contours.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
contourLineType |
voidable |
-- Name --
contour line type
|
ContourLineTypeValue |
1..1 |
downRight |
voidable |
-- Name --
down right
|
Boolean |
1..1 |
geometry |
|
-- Name --
geometry
|
GM_Curve |
1..1 |
propertyValue |
|
-- Name --
property value
|
DirectPosition |
1..1 |
Navn |
Type |
Lengde |
Multiplisitet |
|
ContourLineTypeValue |
|
1..1 |
|
Boolean |
|
1..1 |
|
GM_Curve |
|
1..1 |
|
DirectPosition |
|
1..1 |
Name |
Type |
English |
Description |
contourLineType |
ContourLineTypeValue |
|
The type of contour line with regard to the normal contour vertical interval (if any).
-- Description --
NOTE This attribute is often applicable to contour lines describing the relief of a land-based area. For depth contours describing the floor of a water body is not always applicable.
|
downRight |
Boolean |
|
Property indicating that the contour line spatial object is digitized in a way that the height of the elevation surface is lower at the right side of the line.
-- Description --
NOTE 1 In the case of contour lines, when the downRight attribute is 'true' this indicates that the height of the surface is lower at the right side of the line.
NOTE 2 In the case of depth contours, when the downRight attribute is 'true' this indicates that the depth of the surface is higher at the right side of the line.
|
geometry |
GM_Curve |
|
Represents the geometric properties of the spatial object.
|
propertyValue |
DirectPosition |
|
Value of the elevation property of the spatial object referred to a specific vertical coordinate reference system.
|
Navn |
Beskrivelse |
propertyValueDimensionIs1 |
/*The dimension of the property value coordinate shall be 1*/
inv: propertyValue.dimension=1
|
propertyValueIsReferredToVerticalCRS |
/*The property value shall be expressed referring to a vertical coordinate reference system*/
inv: propertyValue.coordinateReferenceSystem.oclIsKindOf(SC_VerticalCRS)
|