Type of network analysis layer.
Constant | Value | Description |
---|---|---|
esriNAServerRouteLayer | 0 | Route NALayer. |
esriNAServerClosestFacilityLayer | 1 | Closest Facility NALayer. |
esriNAServerServiceAreaLayer | 2 | Service Area NALayer. |
esriNAServerODCostMatrixLayer | 3 | OD Cost Matrix NALayer. |
esriNAServerVRPLayer | 4 | Vehicle Routing Problem NALayer. |
esriNAServerLocationAllocationLayer | 5 | Location-Allocation NALayer. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
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:
- esriNAServerRouteLayer - This indicates a layer of type Route.
- esriNAServerClosestFacilityLayer - This indicates a layer of type Closest Facility.
- esriNAServerServiceAreaLayer - This indicates a layer of type Service Area.
- esriNAServerODCostMatrixLayer - This indicates a layer of type Origin-Destination Cost Matrix.
- esriNAServerVRPLayer - This indicates a layer of type Vehicle Routing Problem.
- esriNAServerLocationAllocationLayer - This indicates a layer of type Location-Allocation.