|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.client.input.ExecutionInput org.deegree.protocol.wps.client.input.BBoxInput
public class BBoxInput
ExecutionInput
that contains a bounding box value with optional information on the coordinate reference
system.
Constructor Summary | |
---|---|
BBoxInput(CodeType id,
double[] lower,
double[] upper,
String crs)
Creates a new BBoxInput instance. |
Method Summary | |
---|---|
String |
getCrs()
Returns the coordinate system identifier. |
int |
getDimension()
Returns the dimension (number of coordinates of lower/upper corner). |
double[] |
getLower()
Returns the coordinates of the lower corner. |
double[] |
getUpper()
Returns the coordinates of the upper corner. |
Methods inherited from class org.deegree.protocol.wps.client.input.ExecutionInput |
---|
getId, getWebAccessibleURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BBoxInput(CodeType id, double[] lower, double[] upper, String crs)
BBoxInput
instance.
id
- input parameter identifier, must not be null
lower
- coordinates of the lower corner, must not be null
upper
- coordinates of the upper corner, must not be null
and have the same length as the lower
arraycrs
- identifier of the coordinate reference system, can be null
(unspecified)Method Detail |
---|
public double[] getLower()
null
public double[] getUpper()
null
public int getDimension()
public String getCrs()
null
if unspecified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |