public interface IConstructCurve3 extends IConstructCurve2, java.io.Serializable
Description: 'Provides access to members that construct a curve 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 |
IIDf45ae5d3_5a1d_4c09_8512_bd22b79bdc12 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4a877e3c_ba67_4f78_b1ef_a728c968d787
IID650cfdc0_d947_11d0_830d_0000f8034032
Modifier and Type | Method and Description |
---|---|
IEnumSegment |
constructExtendedEx(ICurve fromCurve,
ICurve toCurve,
int extensionFlags,
boolean[] extensionsPerformed)
Returns an enumerator which identifies which segments were added to the result polyline by the construction process.
|
approximateByBeziers
constructExtended, constructKoch, constructOffset
static final int IIDf45ae5d3_5a1d_4c09_8512_bd22b79bdc12
static final int xxDummy
static final java.lang.String IID
IEnumSegment constructExtendedEx(ICurve fromCurve, ICurve toCurve, int extensionFlags, boolean[] extensionsPerformed) throws java.io.IOException, AutomationException
fromCurve
- A reference to a com.esri.arcgis.geometry.ICurve (in)toCurve
- A reference to a com.esri.arcgis.geometry.ICurve (in)extensionFlags
- The extensionFlags (in)extensionsPerformed
- The extensionsPerformed (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.