{ "name": "json2wkt", "displayName": "convert json geometry to wkt geometry", "description": "(null)", "category": "", "helpUrl": "https://geoportaltest.npu.cz/arcgis/rest/directories/arcgisoutput/ISAD/json2wkt_GPServer/ISAD_json2wkt/json2wkt.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "JSON_geometry", "dataType": "GPString", "displayName": "JSON geometry", "description": "JSON geometry", "direction": "esriGPParameterDirectionInput", "defaultValue": { "rings": [ [ [ -97.06138, 32.837 ], [ -97.06133, 32.836 ], [ -97.06124, 32.834 ], [ -97.06127, 32.832 ], [ -97.06138, 32.837 ] ], [ [ -97.06326, 32.759 ], [ -97.06298, 32.755 ], [ -97.06153, 32.749 ], [ -97.06326, 32.759 ] ] ], "spatialReference": {"wkid": 4326} }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "WKT_geometry", "dataType": "GPString", "displayName": "WKT geometry", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }