|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BoundingBoxInput
A Process
input parameter with a bounding box value.
Method Summary | |
---|---|
String |
getCRSName()
Returns the CRS (coordinate reference system) name of the bounding box. |
double[] |
getLower()
Returns the lower corner point of the bounding box. |
double[] |
getUpper()
Returns the upper corner point of the bounding box. |
Envelope |
getValue()
Returns the bounding box value, it is guaranteed that the SRS (spatial reference system) of the returned Envelope is supported for this parameter (according to the process description). |
Methods inherited from interface org.deegree.services.wps.input.ProcessletInput |
---|
getAbstract, getIdentifier, getTitle |
Method Detail |
---|
double[] getLower()
double[] getUpper()
String getCRSName()
Envelope getValue()
Envelope
is supported for this parameter (according to the process description).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |