com.esri.arcgis.geometry
Interface IGeometryEnvironment3

All Superinterfaces:
IGeometryEnvironment, IGeometryEnvironment2, java.io.Serializable
All Known Subinterfaces:
IGeometryEnvironment4
All Known Implementing Classes:
GeometryEnvironment, IGeometryEnvironment3Proxy, IGeometryEnvironment4Proxy

public interface IGeometryEnvironment3
extends IGeometryEnvironment2, java.io.Serializable

COM Interface 'IGeometryEnvironment3'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID923d59be_a083_44b3_b9a8_a01a580c4f2e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment2
IID6dded3b4_1f7c_11d4_9f7f_00c04f6bc8e8
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment
IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment2
getAngularAutoDensifyTolerance, getDeviationAutoDensifyTolerance, isPre81Compatibility, isUseAlternativeTopoOps, setAngularAutoDensifyTolerance, setDeviationAutoDensifyTolerance, setPre81Compatibility, setUseAlternativeTopoOps
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment
getAutoDensifyTolerance, getNoDiceLimit, setAutoDensifyTolerance, setNoDiceLimit
 

Field Detail

IID923d59be_a083_44b3_b9a8_a01a580c4f2e

static final int IID923d59be_a083_44b3_b9a8_a01a580c4f2e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isDicingEnabled

boolean isDicingEnabled()
                        throws java.io.IOException,
                               AutomationException
Indicates whether large polygons are diced before being sent to GDI. True by default.

Returns:
The dicingEnabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDicingEnabled

void setDicingEnabled(boolean dicingEnabled)
                      throws java.io.IOException,
                             AutomationException
Indicates whether large polygons are diced before being sent to GDI. True by default.

Parameters:
dicingEnabled - The dicingEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.