Class BoundingBoxOutputDescriptionImpl
- 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.AbstractProcessOutputDescription
-
- org.n52.shetland.ogc.wps.description.impl.BoundingBoxOutputDescriptionImpl
-
- All Implemented Interfaces:
BoundingBoxDescription,BoundingBoxOutputDescription,DataDescription,Description,ProcessOutputDescription
public class BoundingBoxOutputDescriptionImpl extends AbstractProcessOutputDescription implements BoundingBoxOutputDescription
TODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBoundingBoxOutputDescriptionImpl.AbstractBuilder<T extends BoundingBoxOutputDescription,B extends BoundingBoxOutputDescriptionImpl.AbstractBuilder<T,B>>static classBoundingBoxOutputDescriptionImpl.Builder-
Nested classes/interfaces inherited from interface org.n52.shetland.ogc.wps.description.ProcessOutputDescription
ProcessOutputDescription.ReturningVisitor<T>, ProcessOutputDescription.ThrowingReturningVisitor<T,X extends Exception>, ProcessOutputDescription.ThrowingVisitor<X extends Exception>, ProcessOutputDescription.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBoundingBoxOutputDescriptionImpl(BoundingBoxOutputDescriptionImpl.AbstractBuilder<?,?> builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsCRSgetDefaultCRS()Set<OwsCRS>getSupportedCRS()BoundingBoxOutputDescription.Builder<?,?>newBuilder()-
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.BoundingBoxOutputDescription
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
-
-
-
-
Constructor Detail
-
BoundingBoxOutputDescriptionImpl
protected BoundingBoxOutputDescriptionImpl(BoundingBoxOutputDescriptionImpl.AbstractBuilder<?,?> builder)
-
-
Method Detail
-
newBuilder
public BoundingBoxOutputDescription.Builder<?,?> newBuilder()
- Specified by:
newBuilderin interfaceBoundingBoxOutputDescription
-
getSupportedCRS
public Set<OwsCRS> getSupportedCRS()
- Specified by:
getSupportedCRSin interfaceBoundingBoxDescription
-
getDefaultCRS
public OwsCRS getDefaultCRS()
- Specified by:
getDefaultCRSin interfaceBoundingBoxDescription
-
-