com.esri.arcgis.networkanalyst
Interface esriNALocationAllocationFacilityType

All Superinterfaces:
Serializable

public interface esriNALocationAllocationFacilityType
extends Serializable

Location-Allocation impedance facility type

Remarks

The values within this enumeration are used to indicate the type of facility loaded into a INALocationAllocationSolver's Facilities sub-layer.

The esriNALocationAllocationFacilityType enumeration has the following values:

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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