Uses of Class
org.n52.shetland.ogc.wps.OutputDefinition
-
Packages that use OutputDefinition Package Description org.n52.shetland.ogc.wps org.n52.shetland.ogc.wps.request -
-
Uses of OutputDefinition in org.n52.shetland.ogc.wps
Methods in org.n52.shetland.ogc.wps that return types with arguments of type OutputDefinition Modifier and Type Method Description List<OutputDefinition>OutputDefinition. getOutputs()Map<OwsCode,OutputDefinition>OutputDefinition. getOutputsById()static Map<OwsCode,OutputDefinition>OutputDefinition. getOutputsById(List<OutputDefinition> outputs)Method parameters in org.n52.shetland.ogc.wps with type arguments of type OutputDefinition Modifier and Type Method Description static Map<OwsCode,OutputDefinition>OutputDefinition. getOutputsById(List<OutputDefinition> outputs)voidOutputDefinition. setOutputs(List<OutputDefinition> outputs)Constructor parameters in org.n52.shetland.ogc.wps with type arguments of type OutputDefinition Constructor Description OutputDefinition(OwsCode id, Format format, List<OutputDefinition> outputs)OutputDefinition(OwsCode id, Format format, DataTransmissionMode dataTransmissionMode, List<OutputDefinition> outputs) -
Uses of OutputDefinition in org.n52.shetland.ogc.wps.request
Methods in org.n52.shetland.ogc.wps.request that return types with arguments of type OutputDefinition Modifier and Type Method Description List<OutputDefinition>ExecuteRequest. getOutputs()Methods in org.n52.shetland.ogc.wps.request with parameters of type OutputDefinition Modifier and Type Method Description voidExecuteRequest. addOutput(OutputDefinition output)
-