Class BoundingBoxInputDescriptionImpl.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.AbstractProcessInputDescription.AbstractBuilder<T,B>
-
- org.n52.shetland.ogc.wps.description.impl.BoundingBoxInputDescriptionImpl.AbstractBuilder<BoundingBoxInputDescription,BoundingBoxInputDescriptionImpl.Builder>
-
- org.n52.shetland.ogc.wps.description.impl.BoundingBoxInputDescriptionImpl.Builder
-
- All Implemented Interfaces:
Builder<BoundingBoxInputDescription,BoundingBoxInputDescriptionImpl.Builder>,BoundingBoxDescription.Builder<BoundingBoxInputDescription,BoundingBoxInputDescriptionImpl.Builder>,BoundingBoxInputDescription.Builder<BoundingBoxInputDescription,BoundingBoxInputDescriptionImpl.Builder>,DataDescription.Builder<BoundingBoxInputDescription,BoundingBoxInputDescriptionImpl.Builder>,Description.Builder<BoundingBoxInputDescription,BoundingBoxInputDescriptionImpl.Builder>,ProcessInputDescription.Builder<BoundingBoxInputDescription,BoundingBoxInputDescriptionImpl.Builder>
- Enclosing class:
- BoundingBoxInputDescriptionImpl
public static class BoundingBoxInputDescriptionImpl.Builder extends BoundingBoxInputDescriptionImpl.AbstractBuilder<BoundingBoxInputDescription,BoundingBoxInputDescriptionImpl.Builder>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)protectedBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxInputDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBoxInputDescriptionbuild()-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.BoundingBoxInputDescriptionImpl.AbstractBuilder
getDefaultCRS, getSupportedCRS, withDefaultCRS, withSupportedCRS
-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.AbstractProcessInputDescription.AbstractBuilder
getMaximalOccurence, getMinimalOccurence, withMaximalOccurence, withMinimalOccurence
-
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
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescription.Builder
withMaximalOccurence, withMaximalOccurence, withMinimalOccurence, withMinimalOccurence, withOccurence
-
-
-
-
Constructor Detail
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
-
Builder
protected Builder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxInputDescription entity)
-
-
Method Detail
-
build
public BoundingBoxInputDescription build()
-
-