com.esri.arcgis.geometry
Interface esriConstructDivideEnum

All Superinterfaces:
Serializable

public interface esriConstructDivideEnum
extends Serializable

Defines the kind of geometries produced by a ConstructDivide operation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDivideIntoParts
          The input geometry is used to produce a new geometry with additional parts.
static int esriDivideIntoPolylines
          The input geometry is used to produce a new collection of polylines.
static int esriDivideIntoSegments
          The input geometry is used to produce a new geometry with additional vertices/segments.
 

Field Detail

esriDivideIntoSegments

static final int esriDivideIntoSegments
The input geometry is used to produce a new geometry with additional vertices/segments.

See Also:
Constant Field Values

esriDivideIntoParts

static final int esriDivideIntoParts
The input geometry is used to produce a new geometry with additional parts.

See Also:
Constant Field Values

esriDivideIntoPolylines

static final int esriDivideIntoPolylines
The input geometry is used to produce a new collection of polylines.

See Also:
Constant Field Values