{ "name": "GearAreaMapping4", "displayName": "GearAreaMapping_v4", "description": "This tool creates a series of data on gear area based on the user-input coordinates. The output includes: 1) a polygon of gear area; 2) points of input coordinates; 3) a table that summarizes the length of each segment and the total area and perimeter of the gear area.", "category": "", "helpUrl": "https://clear3.uconn.edu/arcgis/rest/directories/arcgisoutput/Aquaculture_Mapping/GearAreaMapping4_GPServer/Aquaculture_Mapping_GearAreaMapping4/GearAreaMapping4.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Coordinate_Table", "dataType": "GPRecordSet", "displayName": "Input Coordinate Table", "description": "Download the template of the table for input coordinates. Type in point ID, latitude and longitude for each vertex of the gear area.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "PointID", "type": "esriFieldTypeDouble", "alias": "PointID" }, { "name": "Latitude", "type": "esriFieldTypeDouble", "alias": "Latitude" }, { "name": "Longitude", "type": "esriFieldTypeDouble", "alias": "Longitude" }, { "name": "ObjectID", "type": "esriFieldTypeOID", "alias": "ObjectID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output Message 1", "dataType": "GPString", "displayName": "outMsg1", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Gear_Area", "dataType": "GPFeatureRecordSetLayer", "displayName": "Gear Area", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Perimeter_ft", "type": "esriFieldTypeDouble", "alias": "Perimeter_ft" }, { "name": "Area_acre", "type": "esriFieldTypeDouble", "alias": "Area_acre" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Input_Coordinates", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Coordinates", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "PointID", "type": "esriFieldTypeString", "alias": "PointID", "length": 255 }, { "name": "Latitude", "type": "esriFieldTypeString", "alias": "Latitude", "length": 255 }, { "name": "Longitude", "type": "esriFieldTypeString", "alias": "Longitude", "length": 255 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Output Message 2", "dataType": "GPString", "displayName": "outMsg2", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Gear_Table", "dataType": "GPRecordSet", "displayName": "Gear Table", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }