com.esri.arcgis.networkanalyst
Interface esriNACurbApproachType

All Superinterfaces:
java.io.Serializable

public interface esriNACurbApproachType
extends java.io.Serializable

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

Description: 'Curb approach options for network locations.' 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 esriNAEitherSideOfVehicle
          Network location can be approached from either side of the vehicle.
static int esriNALeftSideOfVehicle
          Network location can be approached only from the left side of the vehicle.
static int esriNANoUTurn
          Network location can be approached from either side of the vehicle, but must depart in the same direction.
static int esriNARightSideOfVehicle
          Network location can be approached only from the right side of the vehicle.
 

Field Detail

esriNAEitherSideOfVehicle

static final int esriNAEitherSideOfVehicle
Network location can be approached from either side of the vehicle.

See Also:
Constant Field Values

esriNARightSideOfVehicle

static final int esriNARightSideOfVehicle
Network location can be approached only from the right side of the vehicle.

See Also:
Constant Field Values

esriNALeftSideOfVehicle

static final int esriNALeftSideOfVehicle
Network location can be approached only from the left side of the vehicle.

See Also:
Constant Field Values

esriNANoUTurn

static final int esriNANoUTurn
Network location can be approached from either side of the vehicle, but must depart in the same direction.

See Also:
Constant Field Values