com.esri.arcgis.networkanalyst
Interface esriNABarrierType

All Superinterfaces:
Serializable

public interface esriNABarrierType
extends Serializable

Network Analyst barrier function types.

Remarks

The values within this enumeration are used to indicate the type of barrier being used in network analysis.

The esriNABarrierType enumeration has the following values:

Product Availability

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


Field Summary
static int esriNABTAddedCost
          The barrier will add a constant value to the cost attribute value(s) of any associated network element positions.
static int esriNABTRestriction
          The barrier will restrict any associated network element positions.
static int esriNABTScaledCost
          The barrier will scale the cost attribute value(s) of any associated network element positions.
 

Field Detail

esriNABTRestriction

static final int esriNABTRestriction
The barrier will restrict any associated network element positions.

See Also:
Constant Field Values

esriNABTScaledCost

static final int esriNABTScaledCost
The barrier will scale the cost attribute value(s) of any associated network element positions.

See Also:
Constant Field Values

esriNABTAddedCost

static final int esriNABTAddedCost
The barrier will add a constant value to the cost attribute value(s) of any associated network element positions.

See Also:
Constant Field Values