{ "name": "ExportTractToShapefile", "displayName": "Export Tract To Shapefile", "description": "Export Tract To Shapefile tool to be used in IFRIS TEST", "category": "", "helpUrl": "https://www.ifristest.dof.virginia.gov/arcgis109/rest/directories/arcgisoutput/IFRIS_TRAINING_PRO/ExportTractToShapefile_PRO_GPServer/IFRIS_TRAINING_PRO_ExportTractToShapefile_PRO/ExportTractToShapefile.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "where", "dataType": "GPString", "displayName": "Enter a Tract Number:", "description": "Tract Number", "direction": "esriGPParameterDirectionInput", "defaultValue": "tr_tractnum = 'FLU15001'", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "layer", "dataType": "GPString", "displayName": "The Layer is Located at:", "description": "Layer location", "direction": "esriGPParameterDirectionInput", "defaultValue": "IFRIS_ADMIN.tbl_stands", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputName", "dataType": "GPString", "displayName": "Name the output:", "description": "Output name", "direction": "esriGPParameterDirectionInput", "defaultValue": "FLU15001_stands", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "shp_result", "dataType": "GPDataFile", "displayName": "shp_result", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }