com.esri.arcgis.networkanalyst
Interface esriNAServerLayerType

All Superinterfaces:
java.io.Serializable

public interface esriNAServerLayerType
extends java.io.Serializable

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

Description: 'Deprecated as of 10.0. Type of network analysis layer.' 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 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