com.esri.arcgis.geometry
Interface IBezierCurve2

All Superinterfaces:
IBezierCurve, ICurve, IGeometry, Serializable
All Known Subinterfaces:
IBezierCurve3
All Known Implementing Classes:
BezierCurve

public interface IBezierCurve2
extends IBezierCurve, Serializable

Provides access to members that identify third degree bezier curve segments and defines their properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isLine()
          Indicates if the curve degenerated to a line.
 
Methods inherited from interface com.esri.arcgis.geometry.IBezierCurve
getDegree, putCoord, putCoords, queryChordLengthTangentAtFrom, queryChordLengthTangentAtTo, queryCoord, queryCoords, queryInflectionPoint, setChordLengthTangentAtFrom, setChordLengthTangentAtTo
 
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
 

Method Detail

isLine

boolean isLine()
               throws IOException,
                      AutomationException
Indicates if the curve degenerated to a line.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The isLine
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.