public interface ICurve3 extends ICurve2, java.io.Serializable
Description: 'Provides access to members that extend the functionality of one dimensional curves.' 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 |
IIDea7ab50b_1a9d_11d6_9fa9_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID058def33_2848_11d4_9f82_00c04f6bc8e8IID1b077916_38c5_11d0_92d2_00805f7c28b0IID1b07790d_38c5_11d0_92d2_00805f7c28b0| Modifier and Type | Method and Description |
|---|---|
void |
queryPointsAndDistances(int extension,
double searchRadius,
IPoint inPoint,
boolean asRatio,
double[] distanceFromCurve,
IEnumPointAndDistance[] pointsAndDistances)
Given an input point, calculates the minimum distance to the geometry and provides an enumerator over all closest points on the geometry, along with additional information.
|
putCoordsExgetFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPointgeoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReferencestatic final int IIDea7ab50b_1a9d_11d6_9fa9_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
void queryPointsAndDistances(int extension,
double searchRadius,
IPoint inPoint,
boolean asRatio,
double[] distanceFromCurve,
IEnumPointAndDistance[] pointsAndDistances)
throws java.io.IOException,
AutomationException
extension - A com.esri.arcgis.geometry.esriSegmentExtension constant (in)searchRadius - The searchRadius (in)inPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)asRatio - The asRatio (in)distanceFromCurve - The distanceFromCurve (in/out: use single element array)pointsAndDistances - A reference to a com.esri.arcgis.geometry.IEnumPointAndDistance (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.