public interface IConstructCurve4
extends java.io.Serializable
Description: 'Constructs an offset curve using a different algorithm.' 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 |
IID448a9468_d7fb_4446_8914_771160c24b68 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
constructOffset(IPolycurve pSrcCurve,
double offset,
double offsetTol,
int offsetHow,
int __MIDL__IConstructCurve40000,
double bevelRatio)
constructOffset
|
static final int IID448a9468_d7fb_4446_8914_771160c24b68
static final int xxDummy
static final java.lang.String IID
void constructOffset(IPolycurve pSrcCurve, double offset, double offsetTol, int offsetHow, int __MIDL__IConstructCurve40000, double bevelRatio) throws java.io.IOException, AutomationException
pSrcCurve
- A reference to a com.esri.arcgis.geometry.IPolycurve (in)offset
- The offset (in)offsetTol
- The offsetTol (in)offsetHow
- A com.esri.arcgis.geometry.esriConstructOffsetEnum constant (in)__MIDL__IConstructCurve40000
- A com.esri.arcgis.geometry.esriConstructOffsetSimplifyEnum constant (in)bevelRatio
- The bevelRatio (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.