Uses of Class
net.opengis.wps.v_2_0.OutputDefinitionType

Uses of OutputDefinitionType in net.opengis.wps.v_2_0
 

Fields in net.opengis.wps.v_2_0 declared as OutputDefinitionType
protected  OutputDefinitionType OutputDefinitionType.output
           
 

Fields in net.opengis.wps.v_2_0 with type parameters of type OutputDefinitionType
protected  List<OutputDefinitionType> ExecuteRequestType.output
           
 

Methods in net.opengis.wps.v_2_0 that return OutputDefinitionType
 OutputDefinitionType ObjectFactory.createOutputDefinitionType()
          Create an instance of OutputDefinitionType
 OutputDefinitionType OutputDefinitionType.getOutput()
          Gets the value of the output property.
 OutputDefinitionType OutputDefinitionType.withEncoding(String value)
           
 OutputDefinitionType OutputDefinitionType.withId(String value)
           
 OutputDefinitionType OutputDefinitionType.withMimeType(String value)
           
 OutputDefinitionType OutputDefinitionType.withOutput(OutputDefinitionType value)
           
 OutputDefinitionType OutputDefinitionType.withSchema(String value)
           
 OutputDefinitionType OutputDefinitionType.withTransmission(DataTransmissionModeType value)
           
 

Methods in net.opengis.wps.v_2_0 that return types with arguments of type OutputDefinitionType
 List<OutputDefinitionType> ExecuteRequestType.getOutput()
          Gets the value of the output property.
 

Methods in net.opengis.wps.v_2_0 with parameters of type OutputDefinitionType
 void OutputDefinitionType.setOutput(OutputDefinitionType value)
          Sets the value of the output property.
 ExecuteRequestType ExecuteRequestType.withOutput(OutputDefinitionType... values)
           
 OutputDefinitionType OutputDefinitionType.withOutput(OutputDefinitionType value)
           
 

Method parameters in net.opengis.wps.v_2_0 with type arguments of type OutputDefinitionType
 void ExecuteRequestType.setOutput(List<OutputDefinitionType> value)
           
 ExecuteRequestType ExecuteRequestType.withOutput(Collection<OutputDefinitionType> values)
           
 ExecuteRequestType ExecuteRequestType.withOutput(List<OutputDefinitionType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.