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