com.esri.arcgis.networkanalyst
Interface esriNAServerLayerType

All Superinterfaces:
Serializable

public interface esriNAServerLayerType
extends Serializable

Deprecated as of 10.0. Type of network analysis layer.

Remarks

The values within this enumeration are used to determine type of analysis layers which names get returned by the GetNALayerNames method on INAServer.

The esriNAServerLayerType enumeration has the following values:

Product Availability

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


Field Summary
static int esriNAServerClosestFacilityLayer
          Closest Facility NALayer.
static int esriNAServerLocationAllocationLayer
          Location-Allocation NALayer.
static int esriNAServerODCostMatrixLayer
          OD Cost Matrix NALayer.
static int esriNAServerRouteLayer
          Route NALayer.
static int esriNAServerServiceAreaLayer
          Service Area NALayer.
static int esriNAServerVRPLayer
          Vehicle Routing Problem NALayer.
 

Field Detail

esriNAServerRouteLayer

static final int esriNAServerRouteLayer
Route NALayer.

See Also:
Constant Field Values

esriNAServerClosestFacilityLayer

static final int esriNAServerClosestFacilityLayer
Closest Facility NALayer.

See Also:
Constant Field Values

esriNAServerServiceAreaLayer

static final int esriNAServerServiceAreaLayer
Service Area NALayer.

See Also:
Constant Field Values

esriNAServerODCostMatrixLayer

static final int esriNAServerODCostMatrixLayer
OD Cost Matrix NALayer.

See Also:
Constant Field Values

esriNAServerVRPLayer

static final int esriNAServerVRPLayer
Vehicle Routing Problem NALayer.

See Also:
Constant Field Values

esriNAServerLocationAllocationLayer

static final int esriNAServerLocationAllocationLayer
Location-Allocation NALayer.

See Also:
Constant Field Values