Class BoundingBoxInputDescriptionImpl
- java.lang.Object
-
- org.n52.janmayen.AbstractBuildable<ProcessDescriptionBuilderFactory<?,?,?,?,?,?,?,?,?,?>>
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDescription
-
- org.n52.shetland.ogc.wps.description.impl.AbstractDataDescription
-
- org.n52.shetland.ogc.wps.description.impl.AbstractProcessInputDescription
-
- org.n52.shetland.ogc.wps.description.impl.BoundingBoxInputDescriptionImpl
-
- All Implemented Interfaces:
BoundingBoxDescription,BoundingBoxInputDescription,DataDescription,Description,ProcessInputDescription
public class BoundingBoxInputDescriptionImpl extends AbstractProcessInputDescription implements BoundingBoxInputDescription
TODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBoundingBoxInputDescriptionImpl.AbstractBuilder<T extends BoundingBoxInputDescription,B extends BoundingBoxInputDescriptionImpl.AbstractBuilder<T,B>>static classBoundingBoxInputDescriptionImpl.Builder-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescription
ProcessInputDescription.ReturningVisitor<T>, ProcessInputDescription.ThrowingReturningVisitor<T,X extends Exception>, ProcessInputDescription.ThrowingVisitor<X extends Exception>, ProcessInputDescription.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBoundingBoxInputDescriptionImpl(BoundingBoxInputDescriptionImpl.AbstractBuilder<?,?> builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsCRSgetDefaultCRS()Set<OwsCRS>getSupportedCRS()BoundingBoxInputDescription.Builder<?,?>newBuilder()-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.AbstractProcessInputDescription
getOccurence
-
Methods inherited from class org.n52.shetland.ogc.wps.description.impl.AbstractDescription
getAbstract, getId, getKeywords, getMetadata, getTitle
-
Methods inherited from class org.n52.janmayen.AbstractBuildable
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.BoundingBoxInputDescription
asBoundingBox, isBoundingBox, visit, visit
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.DataDescription
isComplex, isGroup, isLiteral
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.Description
getAbstract, getId, getKeywords, getMetadata, getTitle
-
Methods inherited from interface org.n52.shetland.ogc.wps.description.ProcessInputDescription
asComplex, asGroup, asLiteral, getOccurence, visit, visit
-
-
-
-
Constructor Detail
-
BoundingBoxInputDescriptionImpl
protected BoundingBoxInputDescriptionImpl(BoundingBoxInputDescriptionImpl.AbstractBuilder<?,?> builder)
-
-
Method Detail
-
getSupportedCRS
public Set<OwsCRS> getSupportedCRS()
- Specified by:
getSupportedCRSin interfaceBoundingBoxDescription
-
getDefaultCRS
public OwsCRS getDefaultCRS()
- Specified by:
getDefaultCRSin interfaceBoundingBoxDescription
-
newBuilder
public BoundingBoxInputDescription.Builder<?,?> newBuilder()
- Specified by:
newBuilderin interfaceBoundingBoxInputDescription
-
-