public interface IConstructCurve
extends 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 |
IID650cfdc0_d947_11d0_830d_0000f8034032 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
constructExtended(ICurve fromCurve,
ICurve toCurve,
int extensionFlags,
boolean[] extensionsPerformed)
Constructs an extended version of the 'from' curve that goes to the 'to' curve.
|
void |
constructKoch(IPolycurve p,
double r,
int recursionLevel)
Constructs a Koch snowflake fractal using the input polycurve as the generator.
|
void |
constructOffset(IPolycurve inCurve,
double offset,
java.lang.Object offsetHow,
java.lang.Object bevelRatio)
Constructs a curve being the locus of points offset a given distance from another curve.
|
static final int IID650cfdc0_d947_11d0_830d_0000f8034032
static final int xxDummy
static final java.lang.String IID
void constructOffset(IPolycurve inCurve, double offset, java.lang.Object offsetHow, java.lang.Object bevelRatio) throws java.io.IOException, AutomationException
inCurve
- A reference to a com.esri.arcgis.geometry.IPolycurve (in)offset
- The offset (in)offsetHow
- A Variant (in, optional, pass null if not required)bevelRatio
- 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.void constructKoch(IPolycurve p, double r, int recursionLevel) throws java.io.IOException, AutomationException
p
- A reference to a com.esri.arcgis.geometry.IPolycurve (in)r
- The r (in)recursionLevel
- The recursionLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void constructExtended(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.