|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.observation.model.MeasurementBase
public class MeasurementBase
This MeasurementBase
is a container to store data that is common to all SimpleMeasurement
s.
A MeasurementBase
object is immutable.
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 |
---|
public MeasurementBase(java.lang.String foi, java.util.Collection<Property> properties)
foi
- properties
- Method Detail |
---|
public java.lang.String getFeatureOfInterest()
public java.util.List<Property> getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |