org.opengis.observation
Interface TimeSeriesObservation
- All Superinterfaces:
- DiscreteCoverageObservation, Observation
@UML(identifier="TimeSeriesObservation",
specification=OGC_07022)
public interface TimeSeriesObservation- extends DiscreteCoverageObservation
Specialized Observation, in which the result is a compact representation of a time-instant coverage
which samples a property of the feature of interest at different times.
- Since:
- GeoAPI 2.3
- Version:
- Implementation specification 1.0
getResult
@UML(identifier="result",
obligation=MANDATORY,
specification=OGC_07022)
DiscreteTimeInstantCoverage getResult()
- compact representation of a time-instant coverage which samples a property of the feature of interest at different times
- Specified by:
getResult in interface DiscreteCoverageObservation- Specified by:
getResult in interface Observation
Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.