ArcObjects Library Reference (NetworkAnalyst)  

INALocationAllocationSolver2 Interface

Provides access to the location-allocation solver.

Product Availability

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

Members

Description
Read/write property DefaultCapacity Applies to the maximize capacitated coverage problem, the default capacity for each facility.
Read/write property DefaultCutoff Determines the default cutoff beyond which no demand point can be allocated to a facility
Read/write property ImpedanceTransformation Determines which formula will modify the impedance.
Read/write property NumberFacilitiesToLocate Determines how many facilities will be present in the solution.
Read/write property OutputLines Specifies what if any shape geometry will be output
Read/write property ProblemType Specifies which location-allocation problem type to solve.
Read/write property TargetMarketSharePercentage Applies to the target market share problem, the minimum number of facilites will be placed to obtain the target market share.
Read/write property TransformationParameter Applies to the impedance transformation.
Read/write property TravelDirection Specifies which direction the network will be traversed

Inherited Interfaces

Interfaces Description
INALocationAllocationSolver Provides access to the location-allocation solver.

CoClasses that implement INALocationAllocationSolver2

CoClasses and Classes Description
NALocationAllocationSolver Solves various location-allocation problem types

Remarks

The INALocationAllocationSolver2 interface is used by the NALocationAllocationSolver object to access the properties of the Location-Allocation solver.

.NET Samples

Location-allocation solver (Code Files: frmLocationAllocationSolver)