Uses of Interface
org.n52.shetland.ogc.wps.description.BoundingBoxInputDescription.Builder
-
Packages that use BoundingBoxInputDescription.Builder Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of BoundingBoxInputDescription.Builder in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type BoundingBoxInputDescription.Builder Modifier and Type Interface Description static interfaceBoundingBoxInputDescription.Builder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescription.Builder<T,B>>Methods in org.n52.shetland.ogc.wps.description that return BoundingBoxInputDescription.Builder Modifier and Type Method Description BoundingBoxInputDescription.Builder<? extends BID,?>ProcessDescriptionBuilderFactory. boundingBoxInput()BoundingBoxInputDescription.Builder<? extends BID,?>ProcessDescriptionBuilderFactory. boundingBoxInput(BoundingBoxInputDescription entity)BoundingBoxInputDescription.Builder<?,?>BoundingBoxInputDescription. newBuilder() -
Uses of BoundingBoxInputDescription.Builder in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl that implement BoundingBoxInputDescription.Builder Modifier and Type Class Description static classBoundingBoxInputDescriptionImpl.AbstractBuilder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescriptionImpl.AbstractBuilder<T,B>>static classBoundingBoxInputDescriptionImpl.BuilderMethods in org.n52.shetland.ogc.wps.description.impl that return BoundingBoxInputDescription.Builder Modifier and Type Method Description BoundingBoxInputDescription.Builder<?,?>BoundingBoxInputDescriptionImpl. newBuilder()
-