com.esri.arcgis.networkanalyst
Interface esriNAOutputPolygonType

All Superinterfaces:
java.io.Serializable

public interface esriNAOutputPolygonType
extends java.io.Serializable

Constants from esriNAOutputPolygonType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Options for service area polygon results.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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