objekttype

INSPIRE Ukjent

-- Name -- TrajectoryObservation
Observation representing the measurement of a property along a meandering curve in time and space. -- Description -- A TrajectoryObservatation is an Observation representing the measurement of a property along a meandering curve in time and space. For example a Pollutant concentration from a mobile air quality sensor.
Egenskap Stereotype Beskrivelse Type Multiplisitet
Navn Type Lengde Multiplisitet
Name Type English Description

Vis TrajectoryObservation i NVDB Datakatalog

Id Navn Type Multiplisitet
Navn Beskrivelse
featureOfInterest must be a SF_SamplingCurve /*featureOfInterest must be a SF_SamplingPoint*/ inv: self.featureOfInterest->forAll(oclIsKindOf(SF_SamplingPoint))
phenomenonTime must be a TM_Period /* phenomenonTime must be a TM_Period */ inv: self.phenomenonTime.oclIsKindOf(TM_Period)
result must be a TimeSeries /* result must be a Timeseries */ inv: self.result.oclIsKindOf(TimeSeries)
result.point must be TimeLocationValueTriple /* each point in the result must be a TimeLocationValueTriple */ inv: self.result.point.oclIsKindOf(TimeLocationValueTriple)