public interface IBezierCurve3 extends IBezierCurve2, java.io.Serializable
Description: 'Provides access to members that identify third degree bezier curve segments and defines their properties.' 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 |
IID7d2ebdd3_edf5_4072_91f4_978fb62c6e3b |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6657316f_ec45_4d6b_9526_440de441c250IID19b8936c_b159_11d1_a2d3_0000f8775fbfIID1b077916_38c5_11d0_92d2_00805f7c28b0IID1b07790d_38c5_11d0_92d2_00805f7c28b0| Modifier and Type | Method and Description |
|---|---|
double |
getParameter(double distanceAlongCurve,
boolean asRatio)
The parametric distance along the bezier.
|
isLinegetDegree, putCoord, putCoords, queryChordLengthTangentAtFrom, queryChordLengthTangentAtTo, queryCoord, queryCoords, queryInflectionPoint, setChordLengthTangentAtFrom, setChordLengthTangentAtTogetFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPointgeoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReferencestatic final int IID7d2ebdd3_edf5_4072_91f4_978fb62c6e3b
static final int xxDummy
static final java.lang.String IID
double getParameter(double distanceAlongCurve,
boolean asRatio)
throws java.io.IOException,
AutomationException
distanceAlongCurve - The distanceAlongCurve (in)asRatio - The asRatio (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.