com.esri.arcgis.networkanalyst
Interface esriNAOutputPolygonType

All Superinterfaces:
Serializable

public interface esriNAOutputPolygonType
extends Serializable

Options for service area polygon results.

Remarks

The esriNAOutputPolygonType 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.

Product Availability

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


Field Summary
static int esriNAOutputPolygonDetailed
          Detailed polygons are generated.
static int esriNAOutputPolygonNone
          No polygons are generated.
static int esriNAOutputPolygonSimplified
          Simplified polygons are generated.
 

Field Detail

esriNAOutputPolygonNone

static final int esriNAOutputPolygonNone
No polygons are generated.

See Also:
Constant Field Values

esriNAOutputPolygonSimplified

static final int esriNAOutputPolygonSimplified
Simplified polygons are generated.

See Also:
Constant Field Values

esriNAOutputPolygonDetailed

static final int esriNAOutputPolygonDetailed
Detailed polygons are generated.

See Also:
Constant Field Values