Navn |
Type |
Lengde |
Multiplisitet |
|
ConditionOfFacilityValue |
|
0..1 |
|
Boolean |
|
1..1 |
|
Length |
|
1..1 |
|
VerticalPositionValue |
|
1..1 |
|
HydroOrderCode |
|
0..1 |
|
WidthRange |
|
1..1 |
Name |
Type |
English |
Description |
condition |
ConditionOfFacilityValue |
|
The state of planning, construction, repair, and/or maintenance of a watercourse.
-- Description --
SOURCE [Based on DFDD].
NOTE Only relevant for a man-made watercourse. |
delineationKnown |
Boolean |
|
An indication that the delineation (for example: limits and information) of a spatial object is known.
-- Description --
SOURCE [DFDD].
EXAMPLE The delineation may not be known in the following situations:
- an underground watercourse
- real underground network segment (pipeline or natural network section)
- transition area between a broad river and a smaller tributary
|
length |
Length |
|
Length of the watercourse. |
level |
VerticalPositionValue |
|
Vertical location of watercourse relative to ground. |
streamOrder |
HydroOrderCode |
|
Number (or code) expressing the degree of branching in a stream system.
-- Description --
SOURCE [Based on UNESCO/WMO International Glossary of Hydrology]. |
width |
WidthRange |
|
Width of watercourse (as a range) along its length. |
Navn |
Beskrivelse |
banksShallBeDifferentShoreObjects |
/*The shores on either side of a watercourse shall be provided (using the bank property) as two separate Shore objects.*/ |
geometryIsCurveOrSurface |
/* Watercourse geometry may be a curve or surface */
inv: self.geometry.oclIsTypeOf(GM_Curve) or self.geometry.oclIsTypeOf(GM_Surface) |
onlyManmadeHasConditionAttr |
/* A condition attribute may be specified only for a man-made watercourse */
inv: (self->count(condition)=1) implies (self.origin=OriginType::manMade) |