{ "name": "Profile", "displayName": "Profile", "description": "Returns elevation profiles for the input line features.", "category": "", "helpUrl": "https://elevationtest.arcgis.com:443/arcgis/rest/directories/arcgisoutput/Tools/ElevationSync_GPServer/Tools_ElevationSync/Profile.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "InputLineFeatures", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Line Features", "description": "The line features that will be profiled over the surface inputs.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolyline", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OID", "type": "esriFieldTypeOID", "alias": "OID" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ProfileIDField", "dataType": "GPString", "displayName": "Profile ID Field", "description": "A unique identifier to tie profiles to their corresponding input line features.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "DEMResolution", "dataType": "GPString", "displayName": "DEM Resolution", "description": "The approximate spatial resolution (cell size) of the source elevation data used for the calculation. The default is 90m.The resolution keyword is an approximation of the spatial resolution of the digital elevation model. Many elevation sources are distributed with units of arc seconds, the keyword is an approximation in meters for easier understanding.FINEST \u2014 The finest units available for the extent are used.10m \u2014 the elevation source resolution is 1/3 arc second, or approximately 10 meters.24m \u2014 the elevation source is the Airbus WorldDEM4Ortho dataset at 24 meters resolution.30m \u2014 the elevation source resolution is 1 arc second, or approximately 30 meters.90m \u2014 the elevation source resolution is 3 arc second, or approximately 90 meters.1000m \u2014 the elevation source resolution is 30 arc seconds, or approximately 1000 meters.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "FINEST", "10m", "24m", "30m", "90m", "500m", "1000m" ] }, { "name": "MaximumSampleDistance", "dataType": "GPDouble", "displayName": "Maximum Sample Distance", "description": "The maximum sample distance along the line to sample elevation values.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "MaximumSampleDistanceUnits", "dataType": "GPString", "displayName": "Maximum Sample Distance Units", "description": "The units for the Maximum Sample Distance parameter.The default is meters.Meters \u2014 The units are meters. This is the default.Kilometers \u2014 The units are kilometers.Feet \u2014 The units are feet.Yards \u2014 The units are yards.Miles \u2014 The units are miles.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Meters", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Meters", "Kilometers", "Feet", "Yards", "Miles" ] }, { "name": "OutputProfile", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Profile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }