Uses of Interface
org.n52.shetland.ogc.wps.description.BoundingBoxInputDescription
-
Packages that use BoundingBoxInputDescription Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of BoundingBoxInputDescription in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type BoundingBoxInputDescription Modifier and Type Interface Description static interfaceBoundingBoxInputDescription.Builder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescription.Builder<T,B>>interfaceProcessDescriptionBuilderFactory<PD extends ProcessDescription,GID extends GroupInputDescription,GOD extends GroupOutputDescription,LID extends LiteralInputDescription,LOD extends LiteralOutputDescription,CID extends ComplexInputDescription,COD extends ComplexOutputDescription,BID extends BoundingBoxInputDescription,BOD extends BoundingBoxOutputDescription,LDD extends LiteralDataDomain>Methods in org.n52.shetland.ogc.wps.description that return BoundingBoxInputDescription Modifier and Type Method Description default BoundingBoxInputDescriptionBoundingBoxInputDescription. asBoundingBox()default BoundingBoxInputDescriptionProcessInputDescription. asBoundingBox()Methods in org.n52.shetland.ogc.wps.description with parameters of type BoundingBoxInputDescription Modifier and Type Method Description BoundingBoxInputDescription.Builder<? extends BID,?>ProcessDescriptionBuilderFactory. boundingBoxInput(BoundingBoxInputDescription entity)TProcessInputDescription.ReturningVisitor. visit(BoundingBoxInputDescription input)TProcessInputDescription.ThrowingReturningVisitor. visit(BoundingBoxInputDescription input)voidProcessInputDescription.ThrowingVisitor. visit(BoundingBoxInputDescription input)voidProcessInputDescription.Visitor. visit(BoundingBoxInputDescription input) -
Uses of BoundingBoxInputDescription in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl with type parameters of type BoundingBoxInputDescription Modifier and Type Class Description static classBoundingBoxInputDescriptionImpl.AbstractBuilder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescriptionImpl.AbstractBuilder<T,B>>Classes in org.n52.shetland.ogc.wps.description.impl that implement BoundingBoxInputDescription Modifier and Type Class Description classBoundingBoxInputDescriptionImplTODO JavaDocMethods in org.n52.shetland.ogc.wps.description.impl that return BoundingBoxInputDescription Modifier and Type Method Description BoundingBoxInputDescriptionBoundingBoxInputDescriptionImpl.Builder. build()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type BoundingBoxInputDescription Modifier and Type Method Description BoundingBoxInputDescriptionImpl.BuilderProcessDescriptionFactory. boundingBoxInput(BoundingBoxInputDescription entity)Constructors in org.n52.shetland.ogc.wps.description.impl with parameters of type BoundingBoxInputDescription Constructor Description AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxInputDescription entity)Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxInputDescription entity)
-