|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessletOutput | |
---|---|
org.deegree.services.wps | |
org.deegree.services.wps.output |
Uses of ProcessletOutput in org.deegree.services.wps |
---|
Methods in org.deegree.services.wps that return ProcessletOutput | |
---|---|
ProcessletOutput |
ProcessletOutputs.getParameter(CodeType parameterId)
Returns the output parameter with the given identifier. |
ProcessletOutput |
ProcessletOutputs.getParameter(String parameterId)
Returns the output parameters with the given identifier (convenience method for identifiers with a null codeSpace). |
ProcessletOutput |
ProcessletOutputs.getParameter(String parameterId,
String codeSpace)
Returns the output parameters with the given identifier. |
Methods in org.deegree.services.wps that return types with arguments of type ProcessletOutput | |
---|---|
Collection<ProcessletOutput> |
ProcessletOutputs.getParameters()
Returns all output parameters. |
Constructor parameters in org.deegree.services.wps with type arguments of type ProcessletOutput | |
---|---|
ProcessletOutputs(ProcessDefinition processDefinition,
Collection<? extends ProcessletOutput> requestedOutputs)
|
Uses of ProcessletOutput in org.deegree.services.wps.output |
---|
Subinterfaces of ProcessletOutput in org.deegree.services.wps.output | |
---|---|
interface |
BoundingBoxOutput
Identifies this ProcessletOutput to be a bounding box and provides a method for setting it. |
interface |
ComplexOutput
Identifies this ProcessletOutput to have a complex value, i.e. an object encoded in XML or a raw binary
stream. |
interface |
LiteralOutput
Identifies this ProcessletOutput parameter to be literal data of a simple quantity (e.g., one number), and
provides a method for setting it. |
Classes in org.deegree.services.wps.output that implement ProcessletOutput | |
---|---|
class |
BoundingBoxOutputImpl
Identifies this ProcessletOutput to be a bounding box and provides a method for setting it. |
class |
ComplexOutputImpl
Identifies this ProcessletOutput to be a complex data structure encoded in XML (e.g., using GML), and
provides a sink for writing it. |
class |
LiteralOutputImpl
Implementation of LiteralOutput . |
class |
ProcessletOutputImpl
Abstract base implementation of ProcessletOutput . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |