com.esri.arcgis.networkanalyst
Interface esriNABarrierType

All Superinterfaces:
java.io.Serializable

public interface esriNABarrierType
extends java.io.Serializable

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

Description: 'Network Analyst barrier function types.' 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 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