public class InputHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InputHandler.Builder |
| Modifier and Type | Method and Description |
|---|---|
protected net.opengis.wps.x100.ComplexDataDescriptionType |
findComplexDataDescriptionType(net.opengis.wps.x100.InputDescriptionType inputReferenceDesc,
String dataMimeType,
String dataSchema,
String dataEncoding,
String potentialFormatSchema,
String potentialFormatEncoding) |
protected org.n52.wps.io.data.IData |
getBase64EncodedData(String complexValue,
org.n52.wps.io.IParser parser,
String dataMimeType,
String formatSchema) |
protected String |
getComplexValueNodeString(Node complexValueNode) |
Map<String,List<org.n52.wps.io.data.IData>> |
getParsedInputData()
Gets the resulting InputLayers from the parser
|
protected void |
handleComplexData(net.opengis.wps.x100.InputType input,
String inputId)
Handles the complexValue, which in this case should always include XML
which can be parsed into a FeatureCollection.
|
protected org.n52.wps.io.data.IData |
parseComplexValue(String formatEncoding,
String complexValue,
String dataMimeType,
String formatSchema,
org.n52.wps.io.IParser parser) |
protected void handleComplexData(net.opengis.wps.x100.InputType input,
String inputId)
throws org.n52.wps.server.ExceptionReport
input - The client inputinputId - org.n52.wps.server.ExceptionReport - If error occured while parsing XMLprotected net.opengis.wps.x100.ComplexDataDescriptionType findComplexDataDescriptionType(net.opengis.wps.x100.InputDescriptionType inputReferenceDesc,
String dataMimeType,
String dataSchema,
String dataEncoding,
String potentialFormatSchema,
String potentialFormatEncoding)
protected org.n52.wps.io.data.IData parseComplexValue(String formatEncoding, String complexValue, String dataMimeType, String formatSchema, org.n52.wps.io.IParser parser) throws org.n52.wps.server.ExceptionReport
org.n52.wps.server.ExceptionReportprotected org.n52.wps.io.data.IData getBase64EncodedData(String complexValue, org.n52.wps.io.IParser parser, String dataMimeType, String formatSchema) throws org.n52.wps.server.ExceptionReport
org.n52.wps.server.ExceptionReportCopyright © 2019. All Rights Reserved.