org.deegree.services.wps.processdefinition
Class BoundingBoxInputDefinition
java.lang.Object
org.deegree.services.wps.processdefinition.ProcessletInputDefinition
org.deegree.services.wps.processdefinition.BoundingBoxInputDefinition
public class BoundingBoxInputDefinition
- extends ProcessletInputDefinition
Description of a bounding box input parameter to the process.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.deegree.org/services/wps}ProcessInputType">
<sequence>
<element name="DefaultCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="OtherCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class org.deegree.services.wps.processdefinition.ProcessletInputDefinition |
getAbstract, getIdentifier, getMaxOccurs, getMetadata, getMinOccurs, getTitle, setAbstract, setIdentifier, setMaxOccurs, setMinOccurs, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultCRS
protected String defaultCRS
otherCRS
protected List<String> otherCRS
BoundingBoxInputDefinition
public BoundingBoxInputDefinition()
getDefaultCRS
public String getDefaultCRS()
- Gets the value of the defaultCRS property.
- Returns:
- possible object is
String
setDefaultCRS
public void setDefaultCRS(String value)
- Sets the value of the defaultCRS property.
- Parameters:
value
- allowed object is
String
getOtherCRS
public List<String> getOtherCRS()
- Gets the value of the otherCRS property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the otherCRS property.
For example, to add a new item, do as follows:
getOtherCRS().add(newItem);
Objects of the following type(s) are allowed in the list
String
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>