Uses of Interface
org.n52.shetland.ogc.wps.description.BoundingBoxDescription.Builder
-
Packages that use BoundingBoxDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of BoundingBoxDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type BoundingBoxDescription.Builder Modifier and Type Interface Description static interfaceBoundingBoxDescription.Builder<T extends BoundingBoxDescription,B extends BoundingBoxDescription.Builder<T,B>>Subinterfaces of BoundingBoxDescription.Builder in org.n52.shetland.ogc.wps.description Modifier and Type Interface Description static interfaceBoundingBoxInputDescription.Builder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescription.Builder<T,B>>static interfaceBoundingBoxOutputDescription.Builder<T extends BoundingBoxOutputDescription,B extends BoundingBoxOutputDescription.Builder<T,B>> -
Uses of BoundingBoxDescription.Builder in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl that implement BoundingBoxDescription.Builder Modifier and Type Class Description static classBoundingBoxInputDescriptionImpl.AbstractBuilder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescriptionImpl.AbstractBuilder<T,B>>static classBoundingBoxInputDescriptionImpl.Builderstatic classBoundingBoxOutputDescriptionImpl.AbstractBuilder<T extends BoundingBoxOutputDescription,B extends BoundingBoxOutputDescriptionImpl.AbstractBuilder<T,B>>static classBoundingBoxOutputDescriptionImpl.Builder
-