com.esri.arcgis.geometry
Interface IGeometryEnvironment3

All Superinterfaces:
IGeometryEnvironment, IGeometryEnvironment2, Serializable
All Known Subinterfaces:
IGeometryEnvironment4
All Known Implementing Classes:
GeometryEnvironment

public interface IGeometryEnvironment3
extends IGeometryEnvironment2, Serializable

Provides access to members that control additional global geometry variables.

Superseded By

IGeometryEnvironment4

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

isDicingEnabled

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setDicingEnabled

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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