MarineLayer

objekttype

Inspire revision 4711 Gyldig

-- Name -- Marine Layer
A Marine Layer describes any layer that may cover any part of a sea surface or sea bottom. -- Description -- Examples of surface layers identified in the reference material include oil, algal blooms and ice. Examples of seabed layer identified in the reference material include sediment type and presence or absence of vegetation. As these phenomena have a dynamic characteristic, the extent they describe (GM_Surface) has a validity period. A marineLayer may not be associated with a particular SeaArea. A SeaArea may have multiple MarineLayers and MarineLayers can overlap each other.
Egenskap Stereotype Beskrivelse Type Multiplisitet
geometry -- Name -- Geometry GM_Object 0..1
validTime -- Name -- Valid Time TM_Period 1..1
Navn Type Lengde Multiplisitet
GM_Object 0..1
TM_Period 1..1
Name Type English Description
geometry GM_Object Geometry of the marine layer.
validTime TM_Period Time period for which the marine layer is valid.

Vis MarineLayer i NVDB Datakatalog

Id Navn Type Multiplisitet
GM_Object 0 ..1
TM_Period 1 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon MarineLayer subLayer MarineLayer 0..*
arv subtype SeaSurfaceArea supertype MarineLayer
arv subtype SeaBedArea supertype MarineLayer
Navn Beskrivelse
geometry should be a GM_Point or GM_Surface /* A Marine Layer can be represented as either a surface or a point. The point type geometry reflects the reality that many Marine Layers are identified by point observations. */ inv:self.geometry.oclIsKindOf(GM_Point) OR self.geometry.oclIsKindOf(GM_Surface)