Class BoundingBoxOutputDescriptionImpl.Builder
- java.lang.Object
-
- org.n52.janmayen.AbstractBuildable.AbstractBuilder<ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?>,T,B>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDescription.AbstractBuilder<T,B>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDataDescription.AbstractBuilder<T,B>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractProcessOutputDescription.AbstractBuilder<T,B>
-
- org.n52.shetland.ogc.wps.description.impl.BoundingBoxOutputDescriptionImpl.AbstractBuilder<BoundingBoxOutputDescription,BoundingBoxOutputDescriptionImpl.Builder>
-
- org.n52.shetland.ogc.wps.description.impl.BoundingBoxOutputDescriptionImpl.Builder
-
- All Implemented Interfaces:
Builder<BoundingBoxOutputDescription,BoundingBoxOutputDescriptionImpl.Builder>,BoundingBoxDescription.Builder<BoundingBoxOutputDescription,BoundingBoxOutputDescriptionImpl.Builder>,BoundingBoxOutputDescription.Builder<BoundingBoxOutputDescription,BoundingBoxOutputDescriptionImpl.Builder>,DataDescription.Builder<BoundingBoxOutputDescription,BoundingBoxOutputDescriptionImpl.Builder>,Description.Builder<BoundingBoxOutputDescription,BoundingBoxOutputDescriptionImpl.Builder>,ProcessOutputDescription.Builder<BoundingBoxOutputDescription,BoundingBoxOutputDescriptionImpl.Builder>
- Enclosing class:
- BoundingBoxOutputDescriptionImpl
public static class BoundingBoxOutputDescriptionImpl.Builder extends BoundingBoxOutputDescriptionImpl.AbstractBuilder<BoundingBoxOutputDescription,BoundingBoxOutputDescriptionImpl.Builder>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxOutputDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBoxOutputDescriptionbuild()-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.BoundingBoxOutputDescriptionImpl.AbstractBuilder
getDefaultCRS, getSupportedCRS, withDefaultCRS, withSupportedCRS
-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.AbstractDescription.AbstractBuilder
getAbstract, getId, getKeywords, getMetadata, getTitle, withAbstract, withIdentifier, withKeyword, withMetadata, withTitle
-
Methods inherited from class org.n52.janmayen.AbstractBuildable.AbstractBuilder
getFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.BoundingBoxDescription.Builder
withDefaultCRS, withSupportedCRS, withSupportedCRS, withSupportedCRS
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description.Builder
withAbstract, withAbstract, withAbstract, withDescription, withIdentifier, withIdentifier, withIdentifier, withIdentifier, withKeyword, withKeyword, withKeywords, withKeywords, withMetadata, withMetadata, withMetadata, withTitle, withTitle, withTitle
-
-
-
-
Constructor Detail
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxOutputDescription entity)
-
-
Method Detail
-
build
public BoundingBoxOutputDescription build()
-
-