{ "name": "CreateSamplePlots", "displayName": "Create Sample Plots", "description": "Geoprocessing Service used in the Texas Spatial Accomplishment Reporting System application (TexSARS) for creating sample plots.", "category": "", "helpUrl": "https://tfsgis02.tfs.tamu.edu/arcgis/rest/directories/arcgisoutput/TexSARS/CreateSamplePlots_GPServer/TexSARS_CreateSamplePlots/CreateSamplePlots.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "inputPolygon", "dataType": "GPFeatureRecordSetLayer", "displayName": "inputPolygon", "description": "The polygon where the plots are going to be sampled.", "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": "cellSize", "dataType": "GPString", "displayName": "cellSize", "description": "The distance between plots in meters.", "direction": "esriGPParameterDirectionInput", "defaultValue": "110.642", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "rotationAngle", "dataType": "GPString", "displayName": "rotationAngle", "description": "To define the order of the plots.", "direction": "esriGPParameterDirectionInput", "defaultValue": "0", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "samplePlots", "dataType": "GPFeatureRecordSetLayer", "displayName": "samplePlots", "description": "Result points to be drawn in the report.", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "gpxPlotsPrefix", "dataType": "GPString", "displayName": "gpxPlotsPrefix", "description": "Prefix for the gps waypoints labels.", "direction": "esriGPParameterDirectionInput", "defaultValue": "A", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "wgs84SamplePlots", "dataType": "GPFeatureRecordSetLayer", "displayName": "wgs84SamplePlots", "description": "Sample plots output used for the lat lon table in the report.", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputGPX", "dataType": "GPDataFile", "displayName": "outputGPX", "description": "Output gpx file.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "inPlotNumber", "dataType": "GPLong", "displayName": "inPlotNumber", "description": "The starting number for the result labels.", "direction": "esriGPParameterDirectionInput", "defaultValue": 1, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }