com.esri.arcgis.geometry
Interface esriConstructDivideEnum

All Superinterfaces:
java.io.Serializable

public interface esriConstructDivideEnum
extends java.io.Serializable

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

Description: 'Defines the kind of geometries produced by a ConstructDivide operation.' 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 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