{ "name": "CreateSamplePlots", "displayName": "Create Sample Plots", "description": "Geoprocessing service used for creating sample plots.", "category": "", "helpUrl": "https://tfsgis-dfe02.tfs.tamu.edu/arcgis/rest/directories/arcgisoutput/CreateSamplePlots_GPServer/CreateSamplePlots/CreateSamplePlots.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "input_polygon", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Polygon", "description": "Input boundary", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "Text", "type": "esriFieldTypeString", "alias": "Text", "length": 255 }, { "name": "IntegerValue", "type": "esriFieldTypeInteger", "alias": "IntegerValue" }, { "name": "DoubleValue", "type": "esriFieldTypeDouble", "alias": "DoubleValue" }, { "name": "DateTime", "type": "esriFieldTypeDate", "alias": "DateTime", "length": 8 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "within_row", "dataType": "GPDouble", "displayName": "Within Row", "description": "Spacing within row in meters", "direction": "esriGPParameterDirectionInput", "defaultValue": 110.642, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "between_rows", "dataType": "GPDouble", "displayName": "Between Rows", "description": "Spacing between rows in meters", "direction": "esriGPParameterDirectionInput", "defaultValue": 110.642, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "rotation_angle", "dataType": "GPString", "displayName": "Rotation Angle", "description": "Rotation angle in degrees.", "direction": "esriGPParameterDirectionInput", "defaultValue": "0", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "sample_plots", "dataType": "GPFeatureRecordSetLayer", "displayName": "Sample Plots", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }