com.esri.arcgis.geometry
Interface IGeometryEnvironment4

All Superinterfaces:
IGeometryEnvironment, IGeometryEnvironment2, IGeometryEnvironment3, java.io.Serializable
All Known Implementing Classes:
GeometryEnvironment, IGeometryEnvironment4Proxy

public interface IGeometryEnvironment4
extends IGeometryEnvironment3, java.io.Serializable

COM Interface 'IGeometryEnvironment4'. 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 IIDabb994f7_df63_46d5_80b5_57ec1e0bfc88
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment3
IID923d59be_a083_44b3_b9a8_a01a580c4f2e
 
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 isDiceWithTrapezoids()
          Selects dicing algorithm.
 boolean isExpandSubPixelParts()
          Selects export to WIN32 shape mode.
 void setDiceWithTrapezoids(boolean diceWithTrapezoids)
          Selects dicing algorithm.
 void setExpandSubPixelParts(boolean expandSubPixelParts)
          Selects export to WIN32 shape mode.
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometryEnvironment3
isDicingEnabled, setDicingEnabled
 
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

IIDabb994f7_df63_46d5_80b5_57ec1e0bfc88

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

isDiceWithTrapezoids

boolean isDiceWithTrapezoids()
                             throws java.io.IOException,
                                    AutomationException
Selects dicing algorithm. True means dicing with trapezoids, False means dicing with smaller polygons and polypolygons. True by default.

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

setDiceWithTrapezoids

void setDiceWithTrapezoids(boolean diceWithTrapezoids)
                           throws java.io.IOException,
                                  AutomationException
Selects dicing algorithm. True means dicing with trapezoids, False means dicing with smaller polygons and polypolygons. True by default.

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

isExpandSubPixelParts

boolean isExpandSubPixelParts()
                              throws java.io.IOException,
                                     AutomationException
Selects export to WIN32 shape mode. True means export without loss of sub-pixel parts, False means eliminating parts that degenerate into single pixel. False by default.

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

setExpandSubPixelParts

void setExpandSubPixelParts(boolean expandSubPixelParts)
                            throws java.io.IOException,
                                   AutomationException
Selects export to WIN32 shape mode. True means export without loss of sub-pixel parts, False means eliminating parts that degenerate into single pixel. False by default.

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