public interface IGeometryEnvironment4 extends IGeometryEnvironment3, 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 |
IIDabb994f7_df63_46d5_80b5_57ec1e0bfc88 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID923d59be_a083_44b3_b9a8_a01a580c4f2e
IID6dded3b4_1f7c_11d4_9f7f_00c04f6bc8e8
IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f
Modifier and Type | Method and Description |
---|---|
boolean |
isDiceWithTrapezoids()
Selects dicing algorithm.
|
boolean |
isExpandSubPixelParts()
Selects export to WIN32 shape mode.
|
void |
setDiceWithTrapezoids(boolean diceWithTrapezoids)
Selects dicing algorithm.
|
void |
setExpandSubPixelParts(boolean expandSubPixelParts)
Selects export to WIN32 shape mode.
|
isDicingEnabled, setDicingEnabled
getAngularAutoDensifyTolerance, getDeviationAutoDensifyTolerance, isPre81Compatibility, isUseAlternativeTopoOps, setAngularAutoDensifyTolerance, setDeviationAutoDensifyTolerance, setPre81Compatibility, setUseAlternativeTopoOps
getAutoDensifyTolerance, getNoDiceLimit, setAutoDensifyTolerance, setNoDiceLimit
static final int IIDabb994f7_df63_46d5_80b5_57ec1e0bfc88
static final int xxDummy
static final java.lang.String IID
boolean isDiceWithTrapezoids() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDiceWithTrapezoids(boolean diceWithTrapezoids) throws java.io.IOException, AutomationException
diceWithTrapezoids
- The diceWithTrapezoids (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isExpandSubPixelParts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExpandSubPixelParts(boolean expandSubPixelParts) throws java.io.IOException, AutomationException
expandSubPixelParts
- The expandSubPixelParts (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.