{ "name": "GenerateBoundaryPoints", "displayName": "Generate Boundary Points", "description": "Generates points that delineate the boundary of the proposed lease area and adds XY coordinates.", "category": "", "helpUrl": "https://maps.edc.uri.edu/stormtools/rest/directories/arcgisoutput/ShellFAST/GenerateBoundaryPoints_GPServer/ShellFAST_GenerateBoundaryPoints/GenerateBoundaryPoints.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "ProposedLease", "dataType": "GPFeatureRecordSetLayer", "displayName": "ProposedLease", "description": "User-defined boundary of the proposed lease area.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "BoundaryPoints", "dataType": "GPFeatureRecordSetLayer", "displayName": "BoundaryPoints", "description": "Points that delineate the boundary of the proposed lease area with XY coordinates", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "ORIG_FID", "type": "esriFieldTypeInteger", "alias": "ORIG_FID" }, { "name": "Longitude", "type": "esriFieldTypeDouble", "alias": "Longitude" }, { "name": "Latitude", "type": "esriFieldTypeDouble", "alias": "Latitude" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }