Class BoundingBoxInputDescriptionImpl.AbstractBuilder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescriptionImpl.AbstractBuilder<T,B>>
- 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<T,B>
-
- All Implemented Interfaces:
Builder<T,B>,BoundingBoxDescription.Builder<T,B>,BoundingBoxInputDescription.Builder<T,B>,DataDescription.Builder<T,B>,Description.Builder<T,B>,ProcessInputDescription.Builder<T,B>
- Direct Known Subclasses:
BoundingBoxInputDescriptionImpl.Builder
- Enclosing class:
- BoundingBoxInputDescriptionImpl
public abstract static class BoundingBoxInputDescriptionImpl.AbstractBuilder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescriptionImpl.AbstractBuilder<T,B>> extends AbstractProcessInputDescription.AbstractBuilder<T,B> implements BoundingBoxInputDescription.Builder<T,B>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)protectedAbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxInputDescription entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsCRSgetDefaultCRS()Set<OwsCRS>getSupportedCRS()BwithDefaultCRS(OwsCRS defaultCRS)BwithSupportedCRS(OwsCRS uom)-
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
-
AbstractBuilder
protected AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory, BoundingBoxInputDescription entity)
-
AbstractBuilder
protected AbstractBuilder(ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?> factory)
-
-
Method Detail
-
withDefaultCRS
public B withDefaultCRS(OwsCRS defaultCRS)
- Specified by:
withDefaultCRSin interfaceBoundingBoxDescription.Builder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescriptionImpl.AbstractBuilder<T,B>>
-
withSupportedCRS
public B withSupportedCRS(OwsCRS uom)
- Specified by:
withSupportedCRSin interfaceBoundingBoxDescription.Builder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescriptionImpl.AbstractBuilder<T,B>>
-
getDefaultCRS
public OwsCRS getDefaultCRS()
-
-