org.deegree.observation.model
Class MeasurementBase
java.lang.Object
org.deegree.observation.model.MeasurementBase
public class MeasurementBase
- extends Object
This MeasurementBase
is a container to store data that is common to all SimpleMeasurement
s.
A MeasurementBase
object is immutable.
- Version:
- $Revision: 24362 $, $Date: 2010-05-12 15:42:07 +0200 (Wed, 12 May 2010) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: aionita $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasurementBase
public MeasurementBase(String foi,
Collection<Property> properties)
- Parameters:
foi
- properties
-
getFeatureOfInterest
public String getFeatureOfInterest()
- Returns:
- the feature of interest
getProperties
public List<Property> getProperties()
- Returns:
- the observedProperty
Copyright © 2011. All Rights Reserved.