|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wps.client.output.ExecutionOutput
org.deegree.protocol.wps.client.output.BBoxOutput
public class BBoxOutput
ExecutionOutput that contains a bounding box value with optional information on the coordinate reference
system.
| Constructor Summary | |
|---|---|
BBoxOutput(CodeType id,
double[] lower,
double[] upper,
String crs)
Creates a new BBoxOutput 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.output.ExecutionOutput |
|---|
getId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BBoxOutput(CodeType id,
double[] lower,
double[] upper,
String crs)
BBoxOutput instance.
id - output parameter identifier, must not be nulllower - coordinates of the lower corner, must not be nullupper - 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()
nullpublic double[] getUpper()
nullpublic int getDimension()
public String getCrs()
null if unspecified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||