org.deegree.client.sos.storage
Class StorageGetObservation

java.lang.Object
  extended by org.deegree.client.sos.storage.StorageGetObservation

public class StorageGetObservation
extends Object

Storage class containing the contents of a GetObservation request.
O&M-data is stored in a list of Observation-objects.

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

Constructor Summary
StorageGetObservation()
           
 
Method Summary
 List<Observation> getObservationCollection()
           
 void setObservationCollection(List<Observation> that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageGetObservation

public StorageGetObservation()
Method Detail

getObservationCollection

public List<Observation> getObservationCollection()

setObservationCollection

public void setObservationCollection(List<Observation> that)


Copyright © 2011. All Rights Reserved.