public interface IGeometryEnvironment
extends java.io.Serializable
Description: 'Provides access to members that control global geometry variables.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAutoDensifyTolerance()
The maximum distance by which on-the-fly deviation-based densification may differ from the original.
|
int |
getNoDiceLimit()
Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.
|
void |
setAutoDensifyTolerance(double tolerance)
The maximum distance by which on-the-fly deviation-based densification may differ from the original.
|
void |
setNoDiceLimit(int cMaxPoints)
Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.
|
static final int IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
void setNoDiceLimit(int cMaxPoints)
throws java.io.IOException,
AutomationException
cMaxPoints - The cMaxPoints (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getNoDiceLimit()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAutoDensifyTolerance(double tolerance)
throws java.io.IOException,
AutomationException
tolerance - The tolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getAutoDensifyTolerance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.