Uses of Class
net.opengis.wps.v_2_0.ProcessDescriptionType
-
-
Uses of ProcessDescriptionType in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 declared as ProcessDescriptionType Modifier and Type Field Description protected ProcessDescriptionTypeProcessOffering. processMethods in net.opengis.wps.v_2_0 that return ProcessDescriptionType Modifier and Type Method Description ProcessDescriptionTypeObjectFactory. createProcessDescriptionType()Create an instance ofProcessDescriptionTypeProcessDescriptionTypeProcessOffering. getProcess()Gets the value of the process property.ProcessDescriptionTypeProcessDescriptionType. withInput(Collection<InputDescriptionType> values)ProcessDescriptionTypeProcessDescriptionType. withInput(List<InputDescriptionType> value)ProcessDescriptionTypeProcessDescriptionType. withInput(InputDescriptionType... values)ProcessDescriptionTypeProcessDescriptionType. withLang(String value)ProcessDescriptionTypeProcessDescriptionType. withOutput(Collection<OutputDescriptionType> values)ProcessDescriptionTypeProcessDescriptionType. withOutput(List<OutputDescriptionType> value)ProcessDescriptionTypeProcessDescriptionType. withOutput(OutputDescriptionType... values)Methods in net.opengis.wps.v_2_0 that return types with arguments of type ProcessDescriptionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ProcessDescriptionType>ObjectFactory. createProcess(ProcessDescriptionType value)Methods in net.opengis.wps.v_2_0 with parameters of type ProcessDescriptionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ProcessDescriptionType>ObjectFactory. createProcess(ProcessDescriptionType value)voidProcessOffering. setProcess(ProcessDescriptionType value)Sets the value of the process property.ProcessOfferingProcessOffering. withProcess(ProcessDescriptionType value)Constructors in net.opengis.wps.v_2_0 with parameters of type ProcessDescriptionType Constructor Description ProcessOffering(ProcessDescriptionType process, Object any, List<String> jobControlOptions, List<DataTransmissionModeType> outputTransmission, String processVersion, String processModel)Fully-initialising value constructor
-