{ "name": "GPXtoFeatures", "displayName": "GPX To Features", "description": "Converts the point data in a .gpx file to features.", "category": "", "helpUrl": "https://gis.zzm.wroc.pl/arcgis/rest/directories/arcgisoutput/ZZMMapTools/GPXtoFeatures_GPServer/ZZMMapTools_GPXtoFeatures/GPXtoFeatures.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Input_GPX_File", "dataType": "GPDataFile", "displayName": "Input GPX File", "description": "The input .gpx file to be converted.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "file", "list": [ "gpx" ] }, "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature class", "description": "The output point feature class.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 4326, "latestWkid": 4326, "vcsWkid": 115700, "latestVcsWkid": 115700 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "Descript", "type": "esriFieldTypeString", "alias": "Descript", "length": 255 }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 255 }, { "name": "Comment", "type": "esriFieldTypeString", "alias": "Comment", "length": 255 }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 255 }, { "name": "DateTimeS", "type": "esriFieldTypeString", "alias": "DateTimeS", "length": 255 }, { "name": "Elevation", "type": "esriFieldTypeDouble", "alias": "Elevation" }, { "name": "DateTime", "type": "esriFieldTypeDate", "alias": "DateTime", "length": 8 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Type", "dataType": "GPString", "displayName": "Output Type", "description": "Specifies the geometry type of the output feature class.Points\u2014An output point feature class will be created. All GPX points will be included in the output. This is the default.Tracks as polylines\u2014An output polyline feature class will be created. Only GPX track points will be included in the output.", "direction": "esriGPParameterDirectionInput", "defaultValue": "POINTS", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "POINTS", "TRACKS_AS_LINES" ] } ] }