C# Класс RouteLayer.RouteClass

The RouteClass class is the workhorse class that does the analysis and writes it to disk
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SolveRoute ( ) : void

Create the analysis layer, load the locations, solve the analysis, and write to disk

Приватные методы

Метод Описание
CreateRouteAnalysisLayer ( String layerName, INetworkDataset networkDataset ) : INALayer

Create a new network analysis layer and set some solver settings

SaveLayerToDisk ( ILayer layer, String path ) : void

Write the NALayer out to disk as a layer file.

Описание методов

SolveRoute() публичный Метод

Create the analysis layer, load the locations, solve the analysis, and write to disk
public SolveRoute ( ) : void
Результат void