{ "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://rtamaps2.soundtransit.org/arcgis/rest/directories/arcgisoutput/SpatialImport_GPServer/SpatialImport/SpatialImport.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPDataFile", "displayName": "Input File", "description": "Input shapefile", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_prj", "dataType": "GPDataFile", "displayName": "Prj File", "description": "Projection file (optional)", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output", "dataType": "GPString", "displayName": "Output", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }