com.esri.arcgis.geometry
Interface IConstructCurve4

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IConstructCurve4Proxy

public interface IConstructCurve4
extends java.io.Serializable

COM Interface 'IConstructCurve4'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID448a9468_d7fb_4446_8914_771160c24b68
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void constructOffset(IPolycurve pSrcCurve, double offset, double offsetTol, int offsetHow, int __MIDL__IConstructCurve40000, double bevelRatio)
          constructOffset
 

Field Detail

IID448a9468_d7fb_4446_8914_771160c24b68

static final int IID448a9468_d7fb_4446_8914_771160c24b68
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

constructOffset

void constructOffset(IPolycurve pSrcCurve,
                     double offset,
                     double offsetTol,
                     int offsetHow,
                     int __MIDL__IConstructCurve40000,
                     double bevelRatio)
                     throws java.io.IOException,
                            AutomationException
constructOffset

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.