|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBezierCurve
COM Interface 'IBezierCurve'. 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID19b8936c_b159_11d1_a2d3_0000f8775fbf
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geometry.ICurve |
---|
IID1b077916_38c5_11d0_92d2_00805f7c28b0 |
Fields inherited from interface com.esri.arcgis.geometry.IGeometry |
---|
IID1b07790d_38c5_11d0_92d2_00805f7c28b0 |
Method Summary | |
---|---|
int |
getDegree()
The degree of the Bezier curve. |
void |
putCoord(int index,
IPoint controlPoint)
Sets the specified (0 <= index < 4) control point of this Bezier curve. |
void |
putCoords(int numPoints,
IPoint controlPoints)
Sets this Bezier curve's control points from an array of between 1 to 4 input points. |
void |
queryChordLengthTangentAtFrom(IPoint tangent,
boolean[] setByUser)
Returns tangent vector at 'from' point, based on chord length parametrization; and whether it has been set by user or by smoothing process. |
void |
queryChordLengthTangentAtTo(IPoint tangent,
boolean[] setByUser)
Returns tangent vector at 'to' point, based on chord length parametrization; and whether it has been set by user or by smoothing process. |
void |
queryCoord(int index,
IPoint controlPoint)
Copies the specified control point of this Bezier curve into the input point. |
void |
queryCoords(IPoint controlPoints)
Copies this Bezier curve's control points into the array of 4 existing points. |
void |
queryInflectionPoint(IPoint inflectionPoint)
Finds inflection point; sets it empty if none exists. |
void |
setChordLengthTangentAtFrom(IPoint tangent,
boolean setByUser)
Establishes tangent vector at 'from' point, based on chord length parametrization; and sets flag whether it has been set by user or by smoothing process. |
void |
setChordLengthTangentAtTo(IPoint tangent,
boolean setByUser)
Establishes tangent vector at 'to' point, based on chord length parametrization; and sets flag whether it has been set by user or by smoothing process. |
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 |
Field Detail |
---|
static final int IID19b8936c_b159_11d1_a2d3_0000f8775fbf
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void queryCoords(IPoint controlPoints) throws java.io.IOException, AutomationException
controlPoints
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putCoords(int numPoints, IPoint controlPoints) throws java.io.IOException, AutomationException
numPoints
- The numPoints (in)controlPoints
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryCoord(int index, IPoint controlPoint) throws java.io.IOException, AutomationException
index
- The index (in)controlPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putCoord(int index, IPoint controlPoint) throws java.io.IOException, AutomationException
index
- The index (in)controlPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDegree() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryChordLengthTangentAtFrom(IPoint tangent, boolean[] setByUser) throws java.io.IOException, AutomationException
tangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)setByUser
- The setByUser (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryChordLengthTangentAtTo(IPoint tangent, boolean[] setByUser) throws java.io.IOException, AutomationException
tangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)setByUser
- The setByUser (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChordLengthTangentAtFrom(IPoint tangent, boolean setByUser) throws java.io.IOException, AutomationException
tangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)setByUser
- The setByUser (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChordLengthTangentAtTo(IPoint tangent, boolean setByUser) throws java.io.IOException, AutomationException
tangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)setByUser
- The setByUser (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryInflectionPoint(IPoint inflectionPoint) throws java.io.IOException, AutomationException
inflectionPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |