|
||||||||||
| 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 | |
|---|---|
java.lang.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. |
org.deegree.geometry.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()
java.lang.String getCRSName()
org.deegree.geometry.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 | |||||||||