Uses of Interface
org.n52.shetland.ogc.wps.description.BoundingBoxOutputDescription
-
Packages that use BoundingBoxOutputDescription Package Description org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of BoundingBoxOutputDescription in org.n52.shetland.ogc.wps.description
Classes in org.n52.shetland.ogc.wps.description with type parameters of type BoundingBoxOutputDescription Modifier and Type Interface Description static interfaceBoundingBoxOutputDescription.Builder<T extends BoundingBoxOutputDescription,B extends BoundingBoxOutputDescription.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 BoundingBoxOutputDescription Modifier and Type Method Description default BoundingBoxOutputDescriptionBoundingBoxOutputDescription. asBoundingBox()default BoundingBoxOutputDescriptionProcessOutputDescription. asBoundingBox()Methods in org.n52.shetland.ogc.wps.description with parameters of type BoundingBoxOutputDescription Modifier and Type Method Description BoundingBoxOutputDescription.Builder<? extends BOD,?>ProcessDescriptionBuilderFactory. boundingBoxOutput(BoundingBoxOutputDescription entity)TProcessOutputDescription.ReturningVisitor. visit(BoundingBoxOutputDescription output)TProcessOutputDescription.ThrowingReturningVisitor. visit(BoundingBoxOutputDescription output)voidProcessOutputDescription.ThrowingVisitor. visit(BoundingBoxOutputDescription output)voidProcessOutputDescription.Visitor. visit(BoundingBoxOutputDescription output) -
Uses of BoundingBoxOutputDescription in org.n52.shetland.ogc.wps.description.impl
Classes in org.n52.shetland.ogc.wps.description.impl with type parameters of type BoundingBoxOutputDescription Modifier and Type Class Description static classBoundingBoxOutputDescriptionImpl.AbstractBuilder<T extends BoundingBoxOutputDescription,B extends BoundingBoxOutputDescriptionImpl.AbstractBuilder<T,B>>Classes in org.n52.shetland.ogc.wps.description.impl that implement BoundingBoxOutputDescription Modifier and Type Class Description classBoundingBoxOutputDescriptionImplTODO JavaDocMethods in org.n52.shetland.ogc.wps.description.impl that return BoundingBoxOutputDescription Modifier and Type Method Description BoundingBoxOutputDescriptionBoundingBoxOutputDescriptionImpl.Builder. build()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type BoundingBoxOutputDescription Modifier and Type Method Description BoundingBoxOutputDescriptionImpl.BuilderProcessDescriptionFactory. boundingBoxOutput(BoundingBoxOutputDescription entity)Constructors in org.n52.shetland.ogc.wps.description.impl with parameters of type BoundingBoxOutputDescription Constructor Description AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxOutputDescription entity)Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxOutputDescription entity)
-