org.deegree.services.wps.output
Class BoundingBoxOutputImpl
java.lang.Object
org.deegree.services.wps.output.ProcessletOutputImpl
org.deegree.services.wps.output.BoundingBoxOutputImpl
- All Implemented Interfaces:
- BoundingBoxOutput, ProcessletOutput
public class BoundingBoxOutputImpl
- extends ProcessletOutputImpl
- implements BoundingBoxOutput
Identifies this ProcessletOutput
to be a bounding box and provides a method for setting it.
- Version:
- $Revision: $, $Date: $
- Author:
- Markus Schneider, last edited by: $Author: schneider $
Method Summary |
org.deegree.geometry.Envelope |
getValue()
|
void |
setValue(double[] lower,
double[] upper,
java.lang.String crsName)
Sets the value for this output parameter of the Processlet execution. |
void |
setValue(double lowerX,
double lowerY,
double upperX,
double upperY,
java.lang.String crsName)
Sets the value for this output parameter of the Processlet execution. |
void |
setValue(org.deegree.geometry.Envelope value)
Sets the value for this output parameter of the Processlet execution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BoundingBoxOutputImpl
public BoundingBoxOutputImpl(BoundingBoxOutputDefinition outputType,
boolean isRequested)
setValue
public void setValue(double lowerX,
double lowerY,
double upperX,
double upperY,
java.lang.String crsName)
- Description copied from interface:
BoundingBoxOutput
- Sets the value for this output parameter of the
Processlet
execution.
- Specified by:
setValue
in interface BoundingBoxOutput
setValue
public void setValue(double[] lower,
double[] upper,
java.lang.String crsName)
- Description copied from interface:
BoundingBoxOutput
- Sets the value for this output parameter of the
Processlet
execution.
- Specified by:
setValue
in interface BoundingBoxOutput
setValue
public void setValue(org.deegree.geometry.Envelope value)
- Description copied from interface:
BoundingBoxOutput
- Sets the value for this output parameter of the
Processlet
execution.
- Specified by:
setValue
in interface BoundingBoxOutput
- Parameters:
value
- value to be set
getValue
public org.deegree.geometry.Envelope getValue()
Copyright © 2011. All Rights Reserved.