public interface IAlgorithm
| Modifier and Type | Method and Description |
|---|---|
net.opengis.wps.x100.ProcessDescriptionType |
getDescription() |
List<String> |
getErrors() |
Class<?> |
getInputDataType(String id) |
Class<?> |
getOutputDataType(String id) |
String |
getWellKnownName()
Returns some well-known name for the process.
|
boolean |
processDescriptionIsValid()
Checks if the processDescription complies to the process itself and fits any schema or other dependencies.
|
Map<String,org.n52.wps.io.data.IData> |
run(Map<String,List<org.n52.wps.io.data.IData>> inputData) |
Map<String,org.n52.wps.io.data.IData> run(Map<String,List<org.n52.wps.io.data.IData>> inputData) throws org.n52.wps.server.ExceptionReport
org.n52.wps.server.ExceptionReportnet.opengis.wps.x100.ProcessDescriptionType getDescription()
String getWellKnownName()
boolean processDescriptionIsValid()
Copyright © 2019. All Rights Reserved.