org.deegree.services.wps.output
Interface BoundingBoxOutput

All Superinterfaces:
ProcessletOutput
All Known Implementing Classes:
BoundingBoxOutputImpl

public interface BoundingBoxOutput
extends ProcessletOutput

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
 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 interface org.deegree.services.wps.output.ProcessletOutput
getIdentifier, getSubmittedAbstract, getSubmittedTitle, isRequested, setAbstract, setTitle
 

Method Detail

setValue

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.

Parameters:
lowerX -
lowerY -
upperX -
upperY -
crsName -

setValue

void setValue(double[] lower,
              double[] upper,
              java.lang.String crsName)
Sets the value for this output parameter of the Processlet execution.

Parameters:
lower -
upper -
crsName -

setValue

void setValue(org.deegree.geometry.Envelope value)
Sets the value for this output parameter of the Processlet execution.

Parameters:
value - value to be set


Copyright © 2011. All Rights Reserved.