org.deegree.client.sos.storage.components
Class Observation

java.lang.Object
  extended by org.deegree.client.sos.storage.components.Observation

public class Observation
extends Object

Helper class for StorageGetObservation class containing the contents of the XML element "Observation".

Author:
Ulrich Neumeister, last edited by: $Author: aionita $

Constructor Summary
Observation()
           
 
Method Summary
 DataArray getDataArray()
           
 String getFeatureOfInterest()
           
 List<String> getObservedProperty()
           
 String getProcedure()
           
 Pair<String,String> getSamplingTime()
           
 void setDataArray(DataArray that)
           
 void setFeatureOfInterest(String that)
           
 void setObservedProperty(List<String> that)
           
 void setProcedure(String that)
           
 void setSamplingTime(Pair<String,String> that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Observation

public Observation()
Method Detail

getSamplingTime

public Pair<String,String> getSamplingTime()

getProcedure

public String getProcedure()

getObservedProperty

public List<String> getObservedProperty()

getFeatureOfInterest

public String getFeatureOfInterest()

getDataArray

public DataArray getDataArray()

setSamplingTime

public void setSamplingTime(Pair<String,String> that)

setProcedure

public void setProcedure(String that)

setObservedProperty

public void setObservedProperty(List<String> that)

setFeatureOfInterest

public void setFeatureOfInterest(String that)

setDataArray

public void setDataArray(DataArray that)


Copyright © 2011. All Rights Reserved.