public interface IConstructPath
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf4fd2ec0_990a_11d1_bc7d_0000f875bcce |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
constructRigidStretch(IPath srcPath,
int stretchStartIndex,
int startAnchor,
int endAnchor,
IPoint stretchEnd)
Constructs a scaled, rotated version of srcPath.
|
static final int IIDf4fd2ec0_990a_11d1_bc7d_0000f875bcce
static final int xxDummy
static final java.lang.String IID
void constructRigidStretch(IPath srcPath, int stretchStartIndex, int startAnchor, int endAnchor, IPoint stretchEnd) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.