Uses of Interface
org.n52.shetland.ogc.wps.description.ProcessOutputDescription.Builder
-
Packages that use ProcessOutputDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of ProcessOutputDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type ProcessOutputDescription.Builder Modifier and Type Interface Description static interfaceProcessOutputDescription.Builder<T extends ProcessOutputDescription,B extends ProcessOutputDescription.Builder<T,B>>Subinterfaces of ProcessOutputDescription.Builder in org.n52.shetland.ogc.wps.description Modifier and Type Interface Description static interfaceBoundingBoxOutputDescription.Builder<T extends BoundingBoxOutputDescription,B extends BoundingBoxOutputDescription.Builder<T,B>>static interfaceComplexOutputDescription.Builder<T extends ComplexOutputDescription,B extends ComplexOutputDescription.Builder<T,B>>static interfaceGroupOutputDescription.Builder<T extends GroupOutputDescription,B extends GroupOutputDescription.Builder<T,B>>static interfaceLiteralOutputDescription.Builder<T extends LiteralOutputDescription,B extends LiteralOutputDescription.Builder<T,B>>Methods in org.n52.shetland.ogc.wps.description with parameters of type ProcessOutputDescription.Builder Modifier and Type Method Description default BProcessOutputDescriptionContainer.Builder. withOutput(ProcessOutputDescription.Builder<?,?> output) -
Uses of ProcessOutputDescription.Builder in org.n52.shetland.ogc.wps.description.impl
-