org.opengis.observation
Interface DiscreteCoverageObservation

Show UML class diagram
All Superinterfaces:
Observation
All Known Subinterfaces:
TimeSeriesObservation

@UML(identifier="DiscreteCoverageObservation",
     specification=OGC_07022)
public interface DiscreteCoverageObservation
extends Observation

A DiscreteCoverageObservation is an observation whose feature of interest is the larger feature, and within which the result elements geometry describe its spatio-temporal decomposition.

Since:
GeoAPI 2.3
Version:
Implementation specification 1.0

Method Summary
 DiscreteCoverage getResult()
          generalized discrete coverage which describes the distribution of a property on the feature of interest.
 
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)
DiscreteCoverage getResult()
generalized discrete coverage which describes the distribution of a property on the feature of interest.

Specified by:
getResult in interface Observation


Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.