public interface IConstructCurve2 extends IConstructCurve, 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 |
IID4a877e3c_ba67_4f78_b1ef_a728c968d787 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID650cfdc0_d947_11d0_830d_0000f8034032
Modifier and Type | Method and Description |
---|---|
void |
approximateByBeziers(IPolycurve pInCurve,
java.lang.Object pMaxDistance,
java.lang.Object smoothClosedParts)
Constructs a curve which approximates the input curve by a small number of Bezier segments.
|
constructExtended, constructKoch, constructOffset
static final int IID4a877e3c_ba67_4f78_b1ef_a728c968d787
static final int xxDummy
static final java.lang.String IID
void approximateByBeziers(IPolycurve pInCurve, java.lang.Object pMaxDistance, java.lang.Object smoothClosedParts) throws java.io.IOException, AutomationException
pInCurve
- A reference to a com.esri.arcgis.geometry.IPolycurve (in)pMaxDistance
- A Variant (in, optional, pass null if not required)smoothClosedParts
- A Variant (in, optional, pass null if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.