org.deegree.client.sos.requesthandler
Class HandleDescribeSensor

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

public class HandleDescribeSensor
extends Object

Requesthandler-class for DescribeSensor-request. Initializes a new StorageDescribeSensor-object with contents of the DescribeSensor-response.

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

Constructor Summary
HandleDescribeSensor(String path, String outputFormat, String procedure, String host)
          Public constructor needs the hosts name and the two parameters "outputFormat" and "procedure" for the DescribeSensor request.
 
Method Summary
 OWSException getException()
           
 StorageDescribeSensor getStorage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleDescribeSensor

public HandleDescribeSensor(String path,
                            String outputFormat,
                            String procedure,
                            String host)
Public constructor needs the hosts name and the two parameters "outputFormat" and "procedure" for the DescribeSensor request. Also the path to the used template is needed for this.

Parameters:
path -
outputFormat -
procedure -
host -
Method Detail

getStorage

public StorageDescribeSensor getStorage()
Returns:
the data from the DescribeSensor request.

getException

public OWSException getException()


Copyright © 2011. All Rights Reserved.