com.esri.arcgis.networkanalyst
Interface esriNALocationAllocationProblemType

All Superinterfaces:
java.io.Serializable

public interface esriNALocationAllocationProblemType
extends java.io.Serializable

Constants from esriNALocationAllocationProblemType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Problem types for the Location-Allocation solver' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int 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.
static int esriNALAPTMaximizeCapacitatedCoverage
          Chooses N facilities that will reach all demand points within a specified cutoff and subject to a per facility capacity constraint.
static int esriNALAPTMaximizeCoverage
          Chooses N facilities that will reach all demand points within a specified cutoff.
static int esriNALAPTMaximizeCoverageMinimizeFacilities
          Chooses the minimum number of facilities necessary to reach all demand points.
static int esriNALAPTMaximizeMarketShare
          Chooses N facilities that will maximize the market share of weighted demand points assuming the presence of competitor facilities.
static int esriNALAPTMinimizeWeightedImpedance
          Chooses N facilities that will minimize the sum of weighted costs between the facilities and demand points (PMedian).
static int esriNALAPTTargetMarketShare
          Chooses the minimum number of facilities necessary to achieve the target marketshare of weighted demand points assuming the presence of competitor facilities.
 

Field Detail

esriNALAPTMinimizeWeightedImpedance

static final int esriNALAPTMinimizeWeightedImpedance
Chooses N facilities that will minimize the sum of weighted costs between the facilities and demand points (PMedian).

See Also:
Constant Field Values

esriNALAPTMaximizeCoverage

static final int 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.

See Also:
Constant Field Values

esriNALAPTMaximizeCoverageMinimizeFacilities

static final int 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.

See Also:
Constant Field Values

esriNALAPTMaximizeAttendance

static final int 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.

See Also:
Constant Field Values

esriNALAPTMaximizeMarketShare

static final int esriNALAPTMaximizeMarketShare
Chooses N facilities that will maximize the market share of weighted demand points assuming the presence of competitor facilities. Uses a Huff model.

See Also:
Constant Field Values

esriNALAPTTargetMarketShare

static final int 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.

See Also:
Constant Field Values

esriNALAPTMaximizeCapacitatedCoverage

static final int 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.

See Also:
Constant Field Values