org.deegree.protocol.wps.client.input.type
Class BBoxInputType

java.lang.Object
  extended by org.deegree.protocol.wps.client.input.type.InputType
      extended by org.deegree.protocol.wps.client.input.type.BBoxInputType

public class BBoxInputType
extends InputType

InputType that defines a bounding box input.

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.input.type.InputType
InputType.Type
 
Constructor Summary
BBoxInputType(CodeType id, LanguageString inputTitle, LanguageString inputAbstract, String minOccurs, String maxOccurs, String defaultCRS, String[] supportedCRSs)
           
 
Method Summary
 String getDefaultCRS()
           
 String[] getSupportedCrs()
           
 InputType.Type getType()
          Returns the concrete input type of this instance.
 
Methods inherited from class org.deegree.protocol.wps.client.input.type.InputType
getAbstract, getId, getMaxOccurs, getMinOccurs, getTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBoxInputType

public BBoxInputType(CodeType id,
                     LanguageString inputTitle,
                     LanguageString inputAbstract,
                     String minOccurs,
                     String maxOccurs,
                     String defaultCRS,
                     String[] supportedCRSs)
Method Detail

getType

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

Specified by:
getType in class InputType
Returns:
the concrete input type, never null

getDefaultCRS

public String getDefaultCRS()
Returns:
the default CRS used for this respective input.

getSupportedCrs

public String[] getSupportedCrs()
Returns:
the supported CRSs that can be used for this respective input.


Copyright © 2011. All Rights Reserved.