Uses of Class
org.deegree.protocol.wps.client.output.ExecutionOutput

Packages that use ExecutionOutput
org.deegree.protocol.wps.client.output   
org.deegree.protocol.wps.client.process.execute   
org.deegree.wpsclient.controller   
 

Uses of ExecutionOutput in org.deegree.protocol.wps.client.output
 

Subclasses of ExecutionOutput in org.deegree.protocol.wps.client.output
 class BBoxOutput
          ExecutionOutput that contains a bounding box value with optional information on the coordinate reference system.
 class ComplexOutput
          ExecutionOutput that encapsulates an XML or a binary value.
 class LiteralOutput
          ExecutionOutput that contains a literal value with optional data type and unit-of-measure information.
 

Uses of ExecutionOutput in org.deegree.protocol.wps.client.process.execute
 

Methods in org.deegree.protocol.wps.client.process.execute that return ExecutionOutput
 ExecutionOutput ExecutionOutputs.get(int i)
          Returns the output with the specified index.
 ExecutionOutput ExecutionOutputs.get(String id, String idCodeSpace)
          Returns the output with the specified identifier.
 ExecutionOutput[] ExecutionOutputs.getAll()
          Returns all outputs.
 

Constructors in org.deegree.protocol.wps.client.process.execute with parameters of type ExecutionOutput
ExecutionOutputs(ExecutionOutput[] outputs)
          Creates a new ExecutionOutputs instance.
ExecutionResponse(URL statusLocation, ExecutionStatus status, ExecutionOutput[] outputs)
           
 

Uses of ExecutionOutput in org.deegree.wpsclient.controller
 

Methods in org.deegree.wpsclient.controller that return ExecutionOutput
 ExecutionOutput[] ProcessExecuter.execute(Process processToExecute, Map<String,StringPair> literalInputs, Map<String,BBox> bboxInputs, Map<String,UploadedFile> xmlInputs, Map<String,String> xmlRefInputs, Map<String,UploadedFile> binaryInputs, Map<String,ComplexFormat> complexInputFormats, List<String> outputs, Map<String,ComplexFormat> complexOutputFormats)
          Executes the given process.
 



Copyright © 2011. All Rights Reserved.