org.deegree.observation.model
Class MeasurementBase

java.lang.Object
  extended by org.deegree.observation.model.MeasurementBase

public class MeasurementBase
extends Object

This MeasurementBase is a container to store data that is common to all SimpleMeasurements.

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 $

Constructor Summary
MeasurementBase(String foi, Collection<Property> properties)
           
 
Method Summary
 String getFeatureOfInterest()
           
 List<Property> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurementBase

public MeasurementBase(String foi,
                       Collection<Property> properties)
Parameters:
foi -
properties -
Method Detail

getFeatureOfInterest

public String getFeatureOfInterest()
Returns:
the feature of interest

getProperties

public List<Property> getProperties()
Returns:
the observedProperty


Copyright © 2011. All Rights Reserved.