com.esri.arcgis.display
Interface esriOutlineOption

All Superinterfaces:
Serializable

public interface esriOutlineOption
extends Serializable

Drawing outline options, used to simplify the drawing outline geometry.

Product Availability

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


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