com.esri.arcgis.networkanalyst
Interface esriNALocationAllocationFacilityType

All Superinterfaces:
java.io.Serializable

public interface esriNALocationAllocationFacilityType
extends java.io.Serializable

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

Description: 'Location-Allocation impedance facility type' 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 esriNALAFTCandidate
          The facility may be chosen to be in the solution set.
static int esriNALAFTChosen
          The facility was chosen from the candidate facilities and added to the solution set (which can include fixed and competitor facilities)
static int esriNALAFTCompetitor
          The facility represents a competitor location and will remove market share from facilities in the solution set.
static int esriNALAFTRequired
          The facility must be in the solution set (e.g.
 

Field Detail

esriNALAFTCandidate

static final int esriNALAFTCandidate
The facility may be chosen to be in the solution set.

See Also:
Constant Field Values

esriNALAFTRequired

static final int esriNALAFTRequired
The facility must be in the solution set (e.g. it already exists)

See Also:
Constant Field Values

esriNALAFTCompetitor

static final int esriNALAFTCompetitor
The facility represents a competitor location and will remove market share from facilities in the solution set.

See Also:
Constant Field Values

esriNALAFTChosen

static final int esriNALAFTChosen
The facility was chosen from the candidate facilities and added to the solution set (which can include fixed and competitor facilities)

See Also:
Constant Field Values