|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BoundingBoxOutput
Identifies this ProcessletOutput
to be a bounding box and provides a method for setting it.
Method Summary | |
---|---|
void |
setValue(double[] lower,
double[] upper,
String crsName)
Sets the value for this output parameter of the Processlet execution. |
void |
setValue(double lowerX,
double lowerY,
double upperX,
double upperY,
String crsName)
Sets the value for this output parameter of the Processlet execution. |
void |
setValue(Envelope value)
Sets the value for this output parameter of the Processlet execution. |
Methods inherited from interface org.deegree.services.wps.output.ProcessletOutput |
---|
getIdentifier, getSubmittedAbstract, getSubmittedTitle, isRequested, setAbstract, setTitle |
Method Detail |
---|
void setValue(double lowerX, double lowerY, double upperX, double upperY, String crsName)
Processlet
execution.
lowerX
- lowerY
- upperX
- upperY
- crsName
- void setValue(double[] lower, double[] upper, String crsName)
Processlet
execution.
lower
- upper
- crsName
- void setValue(Envelope value)
Processlet
execution.
value
- value to be set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |