C# Class RouteLayer.RouteClass

The RouteClass class is the workhorse class that does the analysis and writes it to disk
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
SolveRoute ( ) : void

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

Private Methods

Méthode Description
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.

Method Details

SolveRoute() public méthode

Create the analysis layer, load the locations, solve the analysis, and write to disk
public SolveRoute ( ) : void
Résultat void