{ "name": "centreOnPoint", "displayName": "Centre on Point", "description": "Parses an entered coordinate and creates a feature layer from it.", "category": "", "helpUrl": "https://gis-erd-der.gnb.ca/server/rest/directories/arcgisoutput/RO_Mapping/centreOnPoint_GPServer/RO_Mapping_centreOnPoint/centreOnPoint.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Latitude", "dataType": "GPString", "displayName": "Latitude", "description": "Latitude of the point of interest", "direction": "esriGPParameterDirectionInput", "defaultValue": "45.9334", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Longitude", "dataType": "GPString", "displayName": "Longitude", "description": "Longitude of the point of interest", "direction": "esriGPParameterDirectionInput", "defaultValue": "-66.6596", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Location", "dataType": "GPFeatureRecordSetLayer", "displayName": "Location", "description": "A feature layer showing the location of the entered coordinates", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }