com.esri.arcgis.editor
Interface ITraverseAdjustment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITraverseAdjustmentProxy, TraverseAdjustment

public interface ITraverseAdjustment
extends java.io.Serializable

COM Interface 'ITraverseAdjustment'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to members that perform adjustment computations.' 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 IID496e87c0_2964_4596_95b3_ad5d6cdf8dbe
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPolyline calculateAdjustment(IPolyline polyline, IPoint pEnd, int adjustmentType)
          Performs the specified adjustment computation on the geometry.
 ITraverseClosure calculateClosure(IPolyline polyline, IPoint pEnd)
          Caculates the closure for the .
 

Field Detail

IID496e87c0_2964_4596_95b3_ad5d6cdf8dbe

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

calculateAdjustment

IPolyline calculateAdjustment(IPolyline polyline,
                              IPoint pEnd,
                              int adjustmentType)
                              throws java.io.IOException,
                                     AutomationException
Performs the specified adjustment computation on the geometry.

Parameters:
polyline - A reference to a com.esri.arcgis.geometry.IPolyline (in)
pEnd - A reference to a com.esri.arcgis.geometry.IPoint (in)
adjustmentType - A com.esri.arcgis.editor.esriAdjustmentType constant (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPolyline
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

calculateClosure

ITraverseClosure calculateClosure(IPolyline polyline,
                                  IPoint pEnd)
                                  throws java.io.IOException,
                                         AutomationException
Caculates the closure for the .

Parameters:
polyline - A reference to a com.esri.arcgis.geometry.IPolyline (in)
pEnd - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
A reference to a com.esri.arcgis.editor.ITraverseClosure
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.