org.deegree.observation.model
Class MeasurementBase

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

public class MeasurementBase
extends java.lang.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 (Mi, 12. Mai 2010) $
Author:
Oliver Tonnhofer, last edited by: $Author: aionita $

Constructor Summary
MeasurementBase(java.lang.String foi, java.util.Collection<Property> properties)
           
 
Method Summary
 java.lang.String getFeatureOfInterest()
           
 java.util.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(java.lang.String foi,
                       java.util.Collection<Property> properties)
Parameters:
foi -
properties -
Method Detail

getFeatureOfInterest

public java.lang.String getFeatureOfInterest()
Returns:
the feature of interest

getProperties

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


Copyright © 2011. All Rights Reserved.