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 Modifier and Type Field Description protected OutputDefinitionTypeOutputDefinitionType. outputFields in net.opengis.wps.v_2_0 with type parameters of type OutputDefinitionType Modifier and Type Field Description protected List<OutputDefinitionType>ExecuteRequestType. outputMethods in net.opengis.wps.v_2_0 that return OutputDefinitionType Modifier and Type Method Description OutputDefinitionTypeObjectFactory. createOutputDefinitionType()Create an instance ofOutputDefinitionTypeOutputDefinitionTypeOutputDefinitionType. getOutput()Gets the value of the output property.OutputDefinitionTypeOutputDefinitionType. withEncoding(String value)OutputDefinitionTypeOutputDefinitionType. withId(String value)OutputDefinitionTypeOutputDefinitionType. withMimeType(String value)OutputDefinitionTypeOutputDefinitionType. withOutput(OutputDefinitionType value)OutputDefinitionTypeOutputDefinitionType. withSchema(String value)OutputDefinitionTypeOutputDefinitionType. withTransmission(DataTransmissionModeType value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type OutputDefinitionType Modifier and Type Method Description List<OutputDefinitionType>ExecuteRequestType. getOutput()Gets the value of the output property.Methods in net.opengis.wps.v_2_0 with parameters of type OutputDefinitionType Modifier and Type Method Description voidOutputDefinitionType. setOutput(OutputDefinitionType value)Sets the value of the output property.ExecuteRequestTypeExecuteRequestType. withOutput(OutputDefinitionType... values)OutputDefinitionTypeOutputDefinitionType. withOutput(OutputDefinitionType value)Method parameters in net.opengis.wps.v_2_0 with type arguments of type OutputDefinitionType Modifier and Type Method Description voidExecuteRequestType. setOutput(List<OutputDefinitionType> value)ExecuteRequestTypeExecuteRequestType. withOutput(Collection<OutputDefinitionType> values)ExecuteRequestTypeExecuteRequestType. withOutput(List<OutputDefinitionType> value)Constructors in net.opengis.wps.v_2_0 with parameters of type OutputDefinitionType Constructor Description OutputDefinitionType(OutputDefinitionType output, String id, DataTransmissionModeType transmission, String mimeType, String encoding, String schema)Fully-initialising value constructor
-