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 =
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. |
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
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.