Uses of Interface
org.deegree.services.wps.input.ProcessletInput

Packages that use ProcessletInput
org.deegree.services.wps   
org.deegree.services.wps.input   
 

Uses of ProcessletInput in org.deegree.services.wps
 

Methods in org.deegree.services.wps that return ProcessletInput
 ProcessletInput ProcessletInputs.getParameter(org.deegree.commons.tom.ows.CodeType parameterId)
          Returns the single input parameter with the given identifier (convenience method for the common case when only a single parameter with a certain identifier is allowed).
 ProcessletInput ProcessletInputs.getParameter(java.lang.String parameterId)
          Returns the single input parameter with the given identifier (convenience method for the common case when only a single parameter with a certain identifier is allowed and the identifier has a null codeSpace).
 ProcessletInput ProcessletInputs.getParameter(java.lang.String parameterId, java.lang.String codeSpace)
          Returns the single input parameter with the given identifier (convenience method for the common case when only a single parameter with a certain identifier is allowed).
 

Methods in org.deegree.services.wps that return types with arguments of type ProcessletInput
 java.util.List<ProcessletInput> ProcessletInputs.getParameters()
          Returns all input parameters.
 java.util.List<ProcessletInput> ProcessletInputs.getParameters(org.deegree.commons.tom.ows.CodeType parameterId)
          Returns the input parameters with the given identifier.
 java.util.List<ProcessletInput> ProcessletInputs.getParameters(java.lang.String parameterId)
          Returns the input parameters with the given identifier (convenience method for identifiers with a null codeSpace).
 java.util.List<ProcessletInput> ProcessletInputs.getParameters(java.lang.String parameterId, java.lang.String codeSpace)
          Returns the input parameters with the given identifier.
 

Constructor parameters in org.deegree.services.wps with type arguments of type ProcessletInput
ProcessletInputs(java.util.List<ProcessletInput> inputs)
          Creates a new ProcessletInputs instance that consists of the given input parameters.
 

Uses of ProcessletInput in org.deegree.services.wps.input
 

Subinterfaces of ProcessletInput in org.deegree.services.wps.input
 interface BoundingBoxInput
          A Process input parameter with a bounding box value.
 interface ComplexInput
          A complex data structure ProcessletInput parameter, i.e. an object encoded in XML or a raw binary stream.
 interface LiteralInput
          A literal data ProcessletInput parameter of a simple quantity (e.g., one number) with optional UOM (unit-of-measure) information.
 

Classes in org.deegree.services.wps.input that implement ProcessletInput
 class BoundingBoxInputImpl
          A Process input parameter with a bounding box value.
 class ComplexInputImpl
          A complex data structure ProcessletInput parameter, e.g. an object encoded in GML or a raw binary stream.
 class EmbeddedComplexInput
          A ComplexInputImpl with a value that is given inline in the execute request document.
 class LiteralInputImpl
          A literal data ProcessletInput parameter of a simple quantity (e.g., one number) with optional UOM (unit-of-measure) information.
 class ProcessletInputImpl
          An input parameter of a Processlet execution.
 class ReferencedComplexInput
          A ComplexInputImpl with a value that is given as a reference to a web-accessible resource.
 



Copyright © 2011. All Rights Reserved.