com.esri.arcgis.geometry
Interface IBezierCurve3
- All Superinterfaces:
- IBezierCurve, IBezierCurve2, ICurve, IGeometry, java.io.Serializable
- All Known Implementing Classes:
- BezierCurve, IBezierCurve3Proxy
public interface IBezierCurve3
- extends IBezierCurve2, java.io.Serializable
COM Interface 'IBezierCurve3'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriGeometry.olb'
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 =
Method Summary |
double |
getParameter(double distanceAlongCurve,
boolean asRatio)
The parametric distance along the bezier. |
Methods inherited from interface com.esri.arcgis.geometry.ICurve |
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint |
Methods inherited from interface com.esri.arcgis.geometry.IGeometry |
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference |
IID7d2ebdd3_edf5_4072_91f4_978fb62c6e3b
static final int IID7d2ebdd3_edf5_4072_91f4_978fb62c6e3b
- 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
getParameter
double getParameter(double distanceAlongCurve,
boolean asRatio)
throws java.io.IOException,
AutomationException
- The parametric distance along the bezier.
- Parameters:
distanceAlongCurve
- The distanceAlongCurve (in)asRatio
- The asRatio (in)
- Returns:
- The u
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.