public interface IConstructCircularArc3 extends IConstructCircularArc2, java.io.Serializable
Description: 'Provides access to members that construct a fillet using a point on the fillet.' 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 |
IID67a32ca7_eda9_4c54_a794_1ca95d8022da |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf4ee06a7_7854_485d_9689_914be1b4e900IID91b6f492_c70a_11d0_8307_0000f8034032| Modifier and Type | Method and Description |
|---|---|
void |
constructFilletPoint2(ISegment pS1,
ISegment pS2,
IPoint pOn,
IPoint pHintPoint)
Constructs a fillet from two segments and a point on the fillet.
|
constructChordDistanceEx, constructTangentRadiusChordExconstructArcDistance, constructBearingAngleArc, constructBearingAngleChord, constructBearingAngleTangent, constructBearingArcTangent, constructBearingChordArc, constructBearingChordTangent, constructBearingRadiusAngle, constructBearingRadiusArc, constructBearingRadiusChord, constructBearingRadiusTangent, constructChordDistance, constructCircle, constructEndPointsAngle, constructEndPointsArc, constructEndPointsChordHeight, constructEndPointsRadius, constructEndPointsTangent, constructFilletPoint, constructFilletRadius, constructTangentAndPoint, constructTangentAngleArc, constructTangentAngleChord, constructTangentAngleTangent, constructTangentArcTangent, constructTangentChordArc, constructTangentChordTangent, constructTangentDistance, constructTangentRadiusAngle, constructTangentRadiusArc, constructTangentRadiusChord, constructTangentRadiusTangent, constructThreePoints, queryFilletRadiusRangestatic final int IID67a32ca7_eda9_4c54_a794_1ca95d8022da
static final int xxDummy
static final java.lang.String IID
void constructFilletPoint2(ISegment pS1, ISegment pS2, IPoint pOn, IPoint pHintPoint) throws java.io.IOException, AutomationException
pS1 - A reference to a com.esri.arcgis.geometry.ISegment (in)pS2 - A reference to a com.esri.arcgis.geometry.ISegment (in)pOn - A reference to a com.esri.arcgis.geometry.IPoint (in)pHintPoint - 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.