com.esri.arcgis.geodatabase
Interface IGeometryResultOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeometryResultOptions, IGeometryResultOptionsProxy

public interface IGeometryResultOptions
extends java.io.Serializable

COM Interface 'IGeometryResultOptions'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to methods that control geometry options.' 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 IIDf0fcf561_c0df_4d3c_a562_51063550522d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getMaximumAllowableOffset()
          The maximum allowable offset.
 double getMaximumDeviation()
          The maximum deviation.
 double getMaximumSegmentLength()
          The maximum segment length.
 boolean isDensifyGeometries()
          Indicates if MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results.
 boolean isGeneralizeGeometries()
          Indicates whether MaximumAllowableOffset will be honored to generalize the geometry in the results.
 void setDensifyGeometries(boolean doDensify)
          Indicates if MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results.
 void setGeneralizeGeometries(boolean doGeneralize)
          Indicates whether MaximumAllowableOffset will be honored to generalize the geometry in the results.
 void setMaximumAllowableOffset(double maxOffset)
          The maximum allowable offset.
 void setMaximumDeviation(double maxDev)
          The maximum deviation.
 void setMaximumSegmentLength(double maxSegLen)
          The maximum segment length.
 

Field Detail

IIDf0fcf561_c0df_4d3c_a562_51063550522d

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

isDensifyGeometries

boolean isDensifyGeometries()
                            throws java.io.IOException,
                                   AutomationException
Indicates if MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results.

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

setDensifyGeometries

void setDensifyGeometries(boolean doDensify)
                          throws java.io.IOException,
                                 AutomationException
Indicates if MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results.

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

getMaximumSegmentLength

double getMaximumSegmentLength()
                               throws java.io.IOException,
                                      AutomationException
The maximum segment length.

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

setMaximumSegmentLength

void setMaximumSegmentLength(double maxSegLen)
                             throws java.io.IOException,
                                    AutomationException
The maximum segment length.

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

getMaximumDeviation

double getMaximumDeviation()
                           throws java.io.IOException,
                                  AutomationException
The maximum deviation.

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

setMaximumDeviation

void setMaximumDeviation(double maxDev)
                         throws java.io.IOException,
                                AutomationException
The maximum deviation.

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

isGeneralizeGeometries

boolean isGeneralizeGeometries()
                               throws java.io.IOException,
                                      AutomationException
Indicates whether MaximumAllowableOffset will be honored to generalize the geometry in the results.

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

setGeneralizeGeometries

void setGeneralizeGeometries(boolean doGeneralize)
                             throws java.io.IOException,
                                    AutomationException
Indicates whether MaximumAllowableOffset will be honored to generalize the geometry in the results.

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

getMaximumAllowableOffset

double getMaximumAllowableOffset()
                                 throws java.io.IOException,
                                        AutomationException
The maximum allowable offset.

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

setMaximumAllowableOffset

void setMaximumAllowableOffset(double maxOffset)
                               throws java.io.IOException,
                                      AutomationException
The maximum allowable offset.

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