public interface esriGeometrySimplificationMethod
extends java.io.Serializable
Description: 'Methods for simplifying 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 =
Modifier and Type | Field and Description |
---|---|
static int |
esriGeometrySimplificationMethodConvexHull
Simplify the geometry by computing the convex hull of the geometry.
|
static int |
esriGeometrySimplificationMethodEnvelope
Simplify the footprint geometry by using the envelope of the geometry.
|
static int |
esriGeometrySimplificationMethodNone
No simplification applied.
|
static final int esriGeometrySimplificationMethodNone
static final int esriGeometrySimplificationMethodConvexHull
static final int esriGeometrySimplificationMethodEnvelope