Observation representing the measurement of a property along a vertical profile in space at a single time instant.
-- Description --
A ProfileObservatation is an Observation representing the measurement of a property along a vertical profice in space at a single time instant. For example a CTD profile measuring salinty at different depths in the ocean.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
Navn |
Type |
Lengde |
Multiplisitet |
Name |
Type |
English |
Description |
Navn |
Beskrivelse |
featureOfInterest must be a SF_SamplingCurve |
/* featureOfInterest must be a SF_SamplingCurve */
inv: self.featureOfInterest->forAll(oclIsKindOf(SF_SamplingCurvet)) |
phenomenonTime must be a TM_Instant |
/*phenomenonTime must be a TM_Instant */
inv: self.phenomenonTime.oclIsKindOf(TM_Instant) |
result must be a ReferenceableGridCoverage or RectifiedGridCoverage |
/*result must be a ReferenceableGridCoverage or a RectifiedGridCoverage */
inv: self.result.oclIsKindOf(ReferenceableGridCoverage)
OR
inv: self.result.oclIsKindOf(RectifiedGridCoverage) |
spatial domain of the result shall contain one axis and that shall be vertical |
|