com.esri.arcgis.geometry
Interface IConstructBezierCurve

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BezierCurve, IConstructBezierCurveProxy

public interface IConstructBezierCurve
extends java.io.Serializable

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

Description: 'Provides access to members that construct a Bezier 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID252c0510_b381_11d1_a2d4_0000f8775fbf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void constructTangentsAtEndpoints(ILine pTangentAtFrom, ILine pTangentAtTo)
          Constructs a Bezier curve from tangents at both endpoints.
 

Field Detail

IID252c0510_b381_11d1_a2d4_0000f8775fbf

static final int IID252c0510_b381_11d1_a2d4_0000f8775fbf
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

constructTangentsAtEndpoints

void constructTangentsAtEndpoints(ILine pTangentAtFrom,
                                  ILine pTangentAtTo)
                                  throws java.io.IOException,
                                         AutomationException
Constructs a Bezier curve from tangents at both endpoints.

Parameters:
pTangentAtFrom - A reference to a com.esri.arcgis.geometry.ILine (in)
pTangentAtTo - A reference to a com.esri.arcgis.geometry.ILine (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.