This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the service area solver.
Description | ||
---|---|---|
CreateTraversalResult | Indicates if a traversal result is created. | |
DefaultBreaks | The default break(s) of the traversal. | |
ExcludeSourcesFromPolygons | A collection of network source names to NOT use when generating polygons. | |
IncludeSourceInformationOnLines | Indicates if the lines will have SourceID, SourceOID, from and to position information added. | |
MergeSimilarPolygonRanges | Indicates if similar ranges should be merged in the result polygons. | |
OutputLines | The type of line(s) generated. | |
OutputPolygons | The type of polygon(s) generated. | |
OverlapLines | Indicates if lines should overlap from multiple facilities. | |
OverlapPolygons | Indicates if the polygons for all facilities should not overlap. | |
SplitLinesAtBreaks | Indicates if lines should be split at breaks. | |
SplitPolygonsAtBreaks | Indicates if polygons should be split at break values. | |
TravelDirection | The direction of the traversal. | |
TrimOuterPolygon | Indicates if the outermost polygon (at the maximum break value) will be trimmed. | |
TrimPolygonDistance | If polygons are being trimmed, provides the distance to trim. | |
TrimPolygonDistanceUnits | If polygons are being trimmed, provides the units of the distance to trim. |
Interfaces | Description |
---|---|
INAServiceAreaSolver | Provides access to the service area solver. |
CoClasses and Classes | Description |
---|---|
NAServerServiceAreaParams | Deprecated as of 10.0. A container for the service area solver settings and return parameters used by NAServer. |
NAServiceAreaSolver | Performs service area analysis. |
INAServiceAreaSolver2 is the interface provided on the NAServiceAreaSolver and NAServerServiceAreaParams objects to access the properties of the service area solver.