This document is archived and information here might be outdated.  Recommended version.


INASolverOutputGeneralization Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASolverOutputGeneralization Interface
ArcGIS Developer Help

INASolverOutputGeneralization Interface

Provides access to generalization parameters used on solver output.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Name Description
Read/write property OutputGeometryPrecision Specifies the precision of the output geometry after generalization.
Read/write property OutputGeometryPrecisionUnits Specifies the units of the output geometry precision.

Classes that implement INASolverOutputGeneralization

Classes Description
NAClosestFacilitySolver Performs closest facility analysis.
NALocationAllocationSolver Solves various location-allocation problem types
NAODCostMatrixSolver Performs origin-destination matrix analysis.
NARouteSolver Performs shortest path and tour analysis.
NAServerClosestFacilityParams Deprecated as of 10.0. A container for the closest facility solver settings and return parameters used by NAServer.
NAServerRouteParams Deprecated as of 10.0. A container for the route solver settings and return parameters used by NAServer.
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.
NAVRPSolver Performs VRP network analysis.

Remarks

See IPolyCurve.Generalize for information on the generalization technique that is utilized by INASolverOutputGeneralization.