ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / esriNALocationAllocationProblemType Enumeration

In This Topic
    esriNALocationAllocationProblemType Enumeration
    In This Topic
    Problem types for the Location-Allocation solver
    Syntax
    public enum esriNALocationAllocationProblemType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum esriNALocationAllocationProblemType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    esriNALAPTMaximizeAttendance Chooses N facilities that will maximize the demand point weight allocated to the facilities assuming that the allocated demand weight decreases with increased network distance.
    esriNALAPTMaximizeCapacitatedCoverage Chooses N facilities that will reach all demand points within a specified cutoff and subject to a per facility capacity constraint. The sum of weighted costs between the facilities and demand points will also be minimized.
    esriNALAPTMaximizeCoverage Chooses N facilities that will reach all demand points within a specified cutoff. Once all demand points have been reached the sum of weighted costs between the facilities and demand points will be minimized.
    esriNALAPTMaximizeCoverageMinimizeFacilities Chooses the minimum number of facilities necessary to reach all demand points. Solution facilities will minimize the sum of weighted costs between the facilities and demand points.
    esriNALAPTMaximizeMarketShare Chooses N facilities that will maximize the market share of weighted demand points assuming the presence of competitor facilities. Uses a Huff model.
    esriNALAPTMinimizeWeightedImpedance Chooses N facilities that will minimize the sum of weighted costs between the facilities and demand points (PMedian).
    esriNALAPTTargetMarketShare Chooses the minimum number of facilities necessary to achieve the target marketshare of weighted demand points assuming the presence of competitor facilities. Uses a Huff model.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.esriNALocationAllocationProblemType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also