@Component public class JSONBoundingBoxInputOutputHandler extends Object implements InputHandler, OutputHandler
| Constructor and Description |
|---|
JSONBoundingBoxInputOutputHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.node.JsonNodeFactory jsonNodeFactory) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
generate(TypedProcessOutputDescription<?> description,
Data<?> data,
org.n52.shetland.ogc.wps.Format format) |
Set<Class<? extends Data<?>>> |
getSupportedBindings() |
Set<org.n52.shetland.ogc.wps.Format> |
getSupportedFormats() |
Data<?> |
parse(TypedProcessInputDescription<?> description,
InputStream input,
org.n52.shetland.ogc.wps.Format format) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSupportedBinding, isSupportedFormat@Autowired
public JSONBoundingBoxInputOutputHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.node.JsonNodeFactory jsonNodeFactory)
public Set<org.n52.shetland.ogc.wps.Format> getSupportedFormats()
getSupportedFormats in interface InputOutputHandlerpublic Set<Class<? extends Data<?>>> getSupportedBindings()
getSupportedBindings in interface InputOutputHandlerpublic InputStream generate(TypedProcessOutputDescription<?> description, Data<?> data, org.n52.shetland.ogc.wps.Format format) throws IOException, EncodingException
generate in interface OutputHandlerIOExceptionEncodingExceptionpublic Data<?> parse(TypedProcessInputDescription<?> description, InputStream input, org.n52.shetland.ogc.wps.Format format) throws IOException, DecodingException
parse in interface InputHandlerIOExceptionDecodingExceptionCopyright © 2016–2021 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.