org.deegree.observation.model
Interface Measurement
- All Known Implementing Classes:
- SimpleMeasurement
public interface Measurement
- Version:
- $Revision: 24362 $, $Date: 2010-05-12 15:42:07 +0200 (Wed, 12 May 2010) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: aionita $
getFeatureOfInterest
String getFeatureOfInterest()
- Returns:
- the feature of this measurement
getProcedure
Procedure getProcedure()
- Returns:
- the procedure
getSamplingTime
TimeInstant getSamplingTime()
- Returns:
- the time of this measurement
getProperties
List<Property> getProperties()
- Returns:
- the observed properties
getResult
Result getResult(Property property)
- Parameters:
property
-
- Returns:
- the result
getResults
List<Result> getResults()
- Returns:
- all results
Copyright © 2011. All Rights Reserved.