com.esri.arcgis.geometry
Interface IConstructPath

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IConstructPathProxy, Path, Ring

public interface IConstructPath
extends java.io.Serializable

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

Description: 'Provides access to members that construct a path using other geometries and measures.' 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 IIDf4fd2ec0_990a_11d1_bc7d_0000f875bcce
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void constructRigidStretch(IPath srcPath, int stretchStartIndex, int startAnchor, int endAnchor, IPoint stretchEnd)
          Constructs a scaled, rotated version of srcPath.
 

Field Detail

IIDf4fd2ec0_990a_11d1_bc7d_0000f875bcce

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

constructRigidStretch

void constructRigidStretch(IPath srcPath,
                           int stretchStartIndex,
                           int startAnchor,
                           int endAnchor,
                           IPoint stretchEnd)
                           throws java.io.IOException,
                                  AutomationException
Constructs a scaled, rotated version of srcPath. The point at stretchStartIndex will end up at stretchEnd. The points at startAnchor and endAnchor will remain unchanged. Others will be scaled and rotate proportionately.

Parameters:
srcPath - A reference to a com.esri.arcgis.geometry.IPath (in)
stretchStartIndex - The stretchStartIndex (in)
startAnchor - The startAnchor (in)
endAnchor - The endAnchor (in)
stretchEnd - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.