com.esri.arcgis.geometry
Interface IGeometryEnvironment

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

public interface IGeometryEnvironment
extends java.io.Serializable

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

Description: 'Provides access to members that control 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 IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAutoDensifyTolerance()
          The maximum distance by which on-the-fly deviation-based densification may differ from the original.
 int getNoDiceLimit()
          Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.
 void setAutoDensifyTolerance(double tolerance)
          The maximum distance by which on-the-fly deviation-based densification may differ from the original.
 void setNoDiceLimit(int cMaxPoints)
          Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.
 

Field Detail

IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f

static final int IIDe7a6280c_3e2f_11d3_9f41_00c04f6bdd7f
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

setNoDiceLimit

void setNoDiceLimit(int cMaxPoints)
                    throws java.io.IOException,
                           AutomationException
Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.

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

getNoDiceLimit

int getNoDiceLimit()
                   throws java.io.IOException,
                          AutomationException
Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.

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

setAutoDensifyTolerance

void setAutoDensifyTolerance(double tolerance)
                             throws java.io.IOException,
                                    AutomationException
The maximum distance by which on-the-fly deviation-based densification may differ from the original. If the value is less than or equal to zero, the system will try to pick a reasonable tolerance at the time of densification.

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

getAutoDensifyTolerance

double getAutoDensifyTolerance()
                               throws java.io.IOException,
                                      AutomationException
The maximum distance by which on-the-fly deviation-based densification may differ from the original. If the value is less than or equal to zero, the system will try to pick a reasonable tolerance at the time of densification.

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