Uses of Interface
org.n52.shetland.ogc.wps.description.BoundingBoxOutputDescription.Builder
-
Packages that use BoundingBoxOutputDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of BoundingBoxOutputDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type BoundingBoxOutputDescription.Builder Modifier and Type Interface Description static interfaceBoundingBoxOutputDescription.Builder<T extends BoundingBoxOutputDescription,B extends BoundingBoxOutputDescription.Builder<T,B>>Methods in org.n52.shetland.ogc.wps.description that return BoundingBoxOutputDescription.Builder Modifier and Type Method Description BoundingBoxOutputDescription.Builder<? extends BOD,?>ProcessDescriptionBuilderFactory. boundingBoxOutput()BoundingBoxOutputDescription.Builder<? extends BOD,?>ProcessDescriptionBuilderFactory. boundingBoxOutput(BoundingBoxOutputDescription entity)BoundingBoxOutputDescription.Builder<?,?>BoundingBoxOutputDescription. newBuilder() -
Uses of BoundingBoxOutputDescription.Builder in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl that implement BoundingBoxOutputDescription.Builder Modifier and Type Class Description static classBoundingBoxOutputDescriptionImpl.AbstractBuilder<T extends BoundingBoxOutputDescription,B extends BoundingBoxOutputDescriptionImpl.AbstractBuilder<T,B>>static classBoundingBoxOutputDescriptionImpl.BuilderMethods in org.n52.shetland.ogc.wps.description.impl that return BoundingBoxOutputDescription.Builder Modifier and Type Method Description BoundingBoxOutputDescription.Builder<?,?>BoundingBoxOutputDescriptionImpl. newBuilder()
-