GP Tools in Service API
It is possible to call Geoprocessing Tools via Service API by using the following parameters:
•gp_tool: Defines the external ID configured in Geoprocessing
•gp_param_name: Defines the name of the input parameter of the tool
•gp_param_value: Defines the value of the input parameter of the tool
|
•WebOffice 10.9 SP2 supports only INPUT parameters from simple types (no geometries). OUTPUT parameters are not supported by WebOffice 10.9 SP2. •More gp tools in the same request can be combined via gp_tool, gp_tool2, gp_tool3, ... |
Sample call:
https://<server name>[:<port>]/<WebOffice application name>//synservice?project=<project name>&gp_tool=sewer_sections&gp_param_name=Object_ID&gp_param_value=42&gp_tool2=calculate_area&gp_param_name2=Select_Municipality_Number&gp_param_value2=63101