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 $
BoundingBoxOutputImpl
public BoundingBoxOutputImpl(BoundingBoxOutputDefinition outputType,
boolean isRequested)
setValue
public void setValue(double lowerX,
double lowerY,
double upperX,
double upperY,
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,
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(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 Envelope getValue()
Copyright © 2011. All Rights Reserved.