com.esri.arcgis.display
Interface esriOutlineOption

All Superinterfaces:
java.io.Serializable

public interface esriOutlineOption
extends java.io.Serializable

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

Description: 'Drawing outline options, used to simplify the drawing outline geometry.' 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 esriOutlineConvex
          Outline is changed to its convex hull.
static int esriOutlineNoOption
          No option.
static int esriOutlineWithoutHoles
          Holes are removed from the outline.
 

Field Detail

esriOutlineNoOption

static final int esriOutlineNoOption
No option.

See Also:
Constant Field Values

esriOutlineConvex

static final int esriOutlineConvex
Outline is changed to its convex hull.

See Also:
Constant Field Values

esriOutlineWithoutHoles

static final int esriOutlineWithoutHoles
Holes are removed from the outline.

See Also:
Constant Field Values