Uses of Class
org.n52.shetland.ogc.wps.Result
-
Packages that use Result Package Description org.n52.shetland.ogc.wps.response -
-
Uses of Result in org.n52.shetland.ogc.wps.response
Methods in org.n52.shetland.ogc.wps.response that return Result Modifier and Type Method Description ResultGetResultResponse. getResult()Methods in org.n52.shetland.ogc.wps.response that return types with arguments of type Result Modifier and Type Method Description Optional<Result>ExecuteResponse. getResult()Methods in org.n52.shetland.ogc.wps.response with parameters of type Result Modifier and Type Method Description voidExecuteResponse. setResult(Result result)voidGetResultResponse. setResult(Result result)Constructors in org.n52.shetland.ogc.wps.response with parameters of type Result Constructor Description ExecuteResponse(String service, String version, Result result)GetResultResponse(String service, String version, Result result)
-