Observation that represents a set of measurements all made at exactly the same time but at different locations
-- Description --
The MultiPointObservation is an Observation that represents a set of measurements all made at exactly the same time but at different locations, for example a distributed sensor network reporting the temperature at 10am. The result of this observation is a MultiPointCoverage.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
Navn |
Type |
Lengde |
Multiplisitet |
Name |
Type |
English |
Description |
Navn |
Beskrivelse |
featureOfInterest shall be a SF_SamplingSurface |
/* featureOfInterest must be a SF_SamplingSurface */
inv: self.featureOfInterest->forAll(oclIsKindOf(SF_SamplingSurface)) |
phenomenonTime shall be a TM_Instant |
/*phenomenonTime must be a TM_Instant */
inv: self.phenomenonTime.oclIsKindOf(TM_Instant) |
result must be a MultiPointCoverage |
/* result must be a MultiPointCoverage */
inv: self.result.oclIsKindOf(MultiPointCoverage) |