|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriNAOutputPolygonType
Options for service area polygon results.
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.
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 |
---|
static final int esriNAOutputPolygonNone
static final int esriNAOutputPolygonSimplified
static final int esriNAOutputPolygonDetailed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |