esriNAOutputPolygonType

Options to specify the service area polygon results.

Value

Description

esriNAOutputPolygonDetailed

Detailed polygons are generated.

esriNAOutputPolygonNone

No polygons are generated.

esriNAOutputPolygonSimplified

Simplified polygons are generated.

Remarks

This enumeration specifies the type of polygon output generated by the INAServiceAreaSolver.

The default is to generate simplified polygons as they can be generated quickly by looking at the ends of the traversal results. The detailed method takes longer and will look at the inside of the traversal results to find unreached areas and generate holes in the service area polygon as well as better define the boundary of the service area.

11/8/2016