{ "name": "SpatialImport", "displayName": "GeoTrack Spatial Import", "description": "The GeoTrack Spatial Import is for translating shapefiles and CAD files to JSON as EPSG 4326.", "category": "", "helpUrl": "https://apps.firstmaptest.delaware.gov/apps/rest/directories/arcgisoutput/DelDOT/Spatial_Import_GPServer/DelDOT_Spatial_Import/SpatialImport.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPDataFile", "displayName": "Input File", "description": "Input File", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_prj", "dataType": "GPDataFile", "displayName": "Prj File", "description": "Prj File", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "out_prj", "dataType": "GPLong", "displayName": "Output Projection", "description": "Output Projection", "direction": "esriGPParameterDirectionInput", "defaultValue": 4326, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "include_z_values", "dataType": "GPString", "displayName": "Include Z Values", "description": "Include M Values", "direction": "esriGPParameterDirectionInput", "defaultValue": "NO_Z_VALUES", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "NO_Z_VALUES", "Z_VALUES" ] }, { "name": "include_m_values", "dataType": "GPString", "displayName": "Include M Values", "description": "Include M Values", "direction": "esriGPParameterDirectionInput", "defaultValue": "NO_M_VALUES", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "NO_M_VALUES", "M_VALUES" ] }, { "name": "output_json_type", "dataType": "GPString", "displayName": "Output JSON Type", "description": "Defines the output datatype", "direction": "esriGPParameterDirectionInput", "defaultValue": "NO_GEOJSON", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "NO_GEOJSON", "GEOJSON" ] }, { "name": "include_output_extent", "dataType": "GPBoolean", "displayName": "Include Output Extent", "description": "Include Output Extent", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output", "dataType": "GPString", "displayName": "Output", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }