org.deegree.client.sos.requesthandler
Class HandleGetObservation

java.lang.Object
  extended by org.deegree.client.sos.requesthandler.HandleGetObservation

public class HandleGetObservation
extends Object

Requesthandler-class for GetObservation-request. Initializes a new StorageGetObservation-object with contents of the GetObservation-response called by a http-post-method.

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

Constructor Summary
HandleGetObservation(Map<String,String> parameters)
          Public constructor calls a the GetObservation response with a http-post-method.
 
Method Summary
 OWSException getException()
           
 StorageGetObservation getStorage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleGetObservation

public HandleGetObservation(Map<String,String> parameters)
Public constructor calls a the GetObservation response with a http-post-method. For this, the template has to be filled with the given parameters by the methods loadTemplate and buildRequest. The InputStream from the post-method's response is used to initialize the XMLAdapter. After that, the fillStorage-method is called.

Parameters:
parameters -
Method Detail

getStorage

public StorageGetObservation getStorage()
Returns:

getException

public OWSException getException()
Returns:


Copyright © 2011. All Rights Reserved.