org.opengis.observation
Interface TimeSeriesObservation

Show UML class diagram
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

Method Summary
 DiscreteTimeInstantCoverage getResult()
          compact representation of a time-instant coverage which samples a property of the feature of interest at different times
 
Methods inherited from interface Observation
getDefinition, getFeatureOfInterest, getName, getObservationMetadata, getObservedProperty, getProcedure, getProcedureParameter, getProcedureTime, getQuality, getSamplingTime
 

Method Detail

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.