public interface IEnumPointAndDistance extends IEnumVertex, java.io.Serializable
Description: 'Provides access to members that iterate over the points on a geometry that are closest to an input point, as returned by QueryPointsAndDistances.' 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 |
IIDea7ab50c_1a9d_11d6_9fa9_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4cf93638_eb81_11d2_9f2d_00c04f6bc8e8
Modifier and Type | Method and Description |
---|---|
double |
getDistanceAlongCurve()
Gives the distance along the curve from the curve's from point to the current postion.
|
boolean |
isContinuousSectionAfter()
Indicates whether the current point and the next point lie on a circular arc with the query point at its center.
|
boolean |
isContinuousSectionBefore()
Indicates whether the current point and the previous point lie on a circular arc with the query point at its center.
|
boolean |
isOnRightSide()
Indicates whether the query point is to the right of the curve at the current position.
|
esri_clone, isLastInPart, next, nextInPart, previous, put_ID, put_M, put_X, put_Y, put_Z, queryNext, queryNextInPart, queryPrevious, reset, resetToEnd, setAt, skip
static final int IIDea7ab50c_1a9d_11d6_9fa9_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
boolean isContinuousSectionBefore() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isContinuousSectionAfter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isOnRightSide() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDistanceAlongCurve() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.