public interface esriConstructDivideEnum
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriDivideIntoSegments
static final int esriDivideIntoParts
static final int esriDivideIntoPolylines