{ "name": "DetermineOptimumTravelCostNetwork", "displayName": "DetermineOptimumTravelCostNetwork", "description": "Calculates the optimum cost network from a set of input regions.", "category": "", "helpUrl": "https://terra.library.brocku.ca/arcgis/rest/directories/arcgisoutput/System/RasterAnalysisTools_GPServer/System_RasterAnalysisTools/DetermineOptimumTravelCostNetwork.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputRegionsRasterOrFeatures", "dataType": "GPString", "displayName": "inputRegionsRasterOrFeatures", "description": "The input regions that are to be connected by the least-cost network.Regions can be defined by either an image service or a feature service.If the region input is a raster, the regions are defined by groups of contiguous (adjacent) cells of the same value. Each region must be uniquely numbered. The cells that are not part of any region must be NoData. The raster type must be integer, and the values can be either positive or negative.If the region input is a feature, it can be polygons, lines, or points. Polygon feature regions cannot be composed of multipart polygons.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "inputCostRaster", "dataType": "GPString", "displayName": "inputCostRaster", "description": "A raster defining the impedance or cost to move planimetrically through each cell.The value at each cell location represents the cost-per-unit distance for moving through the cell. Each cell location value is multiplied by the cell resolution while also compensating for diagonal movement to obtain the total cost of passing through the cell.The values of the cost raster can be integer or floating point, but they cannot be negative or zero (you cannot have a negative or zero cost).", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputOptimumNetworkName", "dataType": "GPString", "displayName": "outputOptimumNetworkName", "description": "The name of the output optimum network feature service.The polyline feature service of the optimum (least-cost) network of paths necessary to connect each of the input regions.Each path (or line) is uniquely numbered, and additional fields in the attribute table store specific information about the path. Those fields include the following: PATHID\u2014Unique identifier for the path PATHCOST\u2014Total accumulative cost for the path REGION1\u2014The first region the path connects REGION2\u2014The other region the path connects This information provides you insight into the paths within the network.Since each path is represented by a unique line, there will be multiple lines in locations where paths travel the same route.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputNeighborNetworkName", "dataType": "GPString", "displayName": "outputNeighborNetworkName", "description": "The name of the output Neighbor network feature service.The polyline feature service identifying all paths from each region to each of its closest-cost neighbors.Each path (or line) is uniquely numbered, and additional fields in the attribute table store specific information about the path. Those fields include the following: PATHID\u2014Unique identifier for the path PATHCOST\u2014Total accumulative cost for the path REGION1\u2014The first region the path connects REGION2\u2014The other region the path connects This information provides you insight into the paths within the network and is particularly useful when deciding which paths should be removed if necessary.Since each path is represented by a unique line, there will be multiple lines in locations where paths travel the same route.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "context", "dataType": "GPString", "displayName": "context", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "outputOptimumNetworkFeatures", "dataType": "GPString", "displayName": "outputOptimumNetworkFeatures", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "outputNeighborNetworkFeatures", "dataType": "GPString", "displayName": "outputNeighborNetworkFeatures", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }