{ "name": "StackProfile", "displayName": "Stack Profile", "description": "Creates a table and optional graph denoting the profile of line features over one or more multipatch, raster, TIN, or terrain surfaces.", "category": "", "helpUrl": "http://barretosm.md.ieo.es/arcgis/rest/directories/arcgisoutput/UNESCO/StackProfile_GPServer/UNESCO_StackProfile/StackProfile.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_line_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "in_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": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_table", "dataType": "GPRecordSet", "displayName": "Output Table", "description": "The output table that will store the interpolated measurements for each profile.", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_graph", "dataType": "GPString", "displayName": "Output Graph Name", "description": "The name of the output graph that can be viewed in ArcMap, ArcScene, or ArcGlobe.", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }