esriNAServerLayerType
Options to specify the Type of network analysis layer.
Value |
Description |
---|---|
esriNAServerClosestFacilityLayer |
Closest Facility NALayer. |
esriNAServerRouteLayer |
Route NALayer. |
esriNAServerServiceAreaLayer |
Service Area NALayer. |
esriNAServerODCostMatrixLayer |
OD Cost Matrix NALayer. |
esriNAServerVRPLayer |
Vehicle Routing Problem NALayer. |
esriNAServerLocationAllocationLayer |
Location-Allocation NALayer. |
Remarks
The values within this enumeration are used to determine type of analysis layers which names get returned by the GetNALayerNames method.
This 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.
2/28/2020