org.deegree.protocol.wps.client.output.type
Class BBoxOutputType

java.lang.Object
  extended by org.deegree.protocol.wps.client.output.type.OutputType
      extended by org.deegree.protocol.wps.client.output.type.BBoxOutputType

public class BBoxOutputType
extends OutputType

OutputType that defines a bounding box output.

Version:
$Revision: 26137 $, $Date: 2010-08-25 18:05:25 +0200 (Wed, 25 Aug 2010) $
Author:
Andrei Ionita, Markus Schneider, last edited by: $Author: aionita $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.protocol.wps.client.output.type.OutputType
OutputType.Type
 
Constructor Summary
BBoxOutputType(CodeType id, LanguageString outputTitle, LanguageString outputAbstract, String defaultCrs, String[] supportedCrs)
           
 
Method Summary
 String getDefaultCrs()
           
 String[] getSupportedCrs()
           
 OutputType.Type getType()
          Returns the concrete output type of this instance.
 
Methods inherited from class org.deegree.protocol.wps.client.output.type.OutputType
getAbstract, getId, getTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBoxOutputType

public BBoxOutputType(CodeType id,
                      LanguageString outputTitle,
                      LanguageString outputAbstract,
                      String defaultCrs,
                      String[] supportedCrs)
Method Detail

getType

public OutputType.Type getType()
Description copied from class: OutputType
Returns the concrete output type of this instance.

Specified by:
getType in class OutputType
Returns:
the concrete output type, never null

getDefaultCrs

public String getDefaultCrs()
Returns:
the default CRS used

getSupportedCrs

public String[] getSupportedCrs()
Returns:
the supported CRSs


Copyright © 2011. All Rights Reserved.