com.esri.arcgis.networkanalyst
Interface esriNACurbApproachType

All Superinterfaces:
Serializable

public interface esriNACurbApproachType
extends Serializable

Curb approach options for network locations.

Remarks

The values within this enumeration are used to indicate the side of the vehicle that will be used to approach and depart a stop along a route.

The esriNACurbApproachType enumeration has the following values:

Product Availability

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


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