public interface IGeometryEnvironment2 extends IGeometryEnvironment, java.io.Serializable
Description: 'Provides access to members that control additional 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 |
IID6dded3b4_1f7c_11d4_9f7f_00c04f6bc8e8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f| Modifier and Type | Method and Description |
|---|---|
double |
getAngularAutoDensifyTolerance()
The default angular increment to be used with angular densification.
|
double |
getDeviationAutoDensifyTolerance()
The default deviation distance to be used for curve segment densification.
|
boolean |
isPre81Compatibility()
Indicates if some geometric operations are compatible with releases previous to 8.1.
|
boolean |
isUseAlternativeTopoOps()
Indicates whether alternative versions of polygon intersection and union should be used.
|
void |
setAngularAutoDensifyTolerance(double tolerance)
The default angular increment to be used with angular densification.
|
void |
setDeviationAutoDensifyTolerance(double tolerance)
The default deviation distance to be used for curve segment densification.
|
void |
setPre81Compatibility(boolean pre81Compatible)
Indicates if some geometric operations are compatible with releases previous to 8.1.
|
void |
setUseAlternativeTopoOps(boolean alternativeTopoOps)
Indicates whether alternative versions of polygon intersection and union should be used.
|
getAutoDensifyTolerance, getNoDiceLimit, setAutoDensifyTolerance, setNoDiceLimitstatic final int IID6dded3b4_1f7c_11d4_9f7f_00c04f6bc8e8
static final int xxDummy
static final java.lang.String IID
void setPre81Compatibility(boolean pre81Compatible)
throws java.io.IOException,
AutomationException
pre81Compatible - The pre81Compatible (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isPre81Compatibility()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setAngularAutoDensifyTolerance(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 getAngularAutoDensifyTolerance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDeviationAutoDensifyTolerance(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 getDeviationAutoDensifyTolerance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setUseAlternativeTopoOps(boolean alternativeTopoOps)
throws java.io.IOException,
AutomationException
alternativeTopoOps - The alternativeTopoOps (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isUseAlternativeTopoOps()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.