com.esri.arcgis.geometry
Interface IBezierCurve2
- All Superinterfaces:
- IBezierCurve, ICurve, IGeometry, java.io.Serializable
- All Known Subinterfaces:
- IBezierCurve3
- All Known Implementing Classes:
- BezierCurve, IBezierCurve2Proxy, IBezierCurve3Proxy
public interface IBezierCurve2
- extends IBezierCurve, java.io.Serializable
COM Interface 'IBezierCurve2'. 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 |
boolean |
isLine()
Indicates if the curve degenerated to a line. |
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 |
IID6657316f_ec45_4d6b_9526_440de441c250
static final int IID6657316f_ec45_4d6b_9526_440de441c250
- 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
isLine
boolean isLine()
throws java.io.IOException,
AutomationException
- Indicates if the curve degenerated to a line.
- Returns:
- The isLine
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.