public interface IGeometryEnvironment3 extends IGeometryEnvironment2, 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 |
IID923d59be_a083_44b3_b9a8_a01a580c4f2e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6dded3b4_1f7c_11d4_9f7f_00c04f6bc8e8
IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f
Modifier and Type | Method and Description |
---|---|
boolean |
isDicingEnabled()
Indicates whether large polygons are diced before being sent to GDI.
|
void |
setDicingEnabled(boolean dicingEnabled)
Indicates whether large polygons are diced before being sent to GDI.
|
getAngularAutoDensifyTolerance, getDeviationAutoDensifyTolerance, isPre81Compatibility, isUseAlternativeTopoOps, setAngularAutoDensifyTolerance, setDeviationAutoDensifyTolerance, setPre81Compatibility, setUseAlternativeTopoOps
getAutoDensifyTolerance, getNoDiceLimit, setAutoDensifyTolerance, setNoDiceLimit
static final int IID923d59be_a083_44b3_b9a8_a01a580c4f2e
static final int xxDummy
static final java.lang.String IID
boolean isDicingEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDicingEnabled(boolean dicingEnabled) throws java.io.IOException, AutomationException
dicingEnabled
- The dicingEnabled (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.