com.esri.arcgis.geometry
Interface IEnumPointAndDistance

All Superinterfaces:
IEnumVertex, java.io.Serializable
All Known Implementing Classes:
IEnumPointAndDistanceProxy

public interface IEnumPointAndDistance
extends IEnumVertex, java.io.Serializable

COM Interface 'IEnumPointAndDistance'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDea7ab50c_1a9d_11d6_9fa9_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IEnumVertex
IID4cf93638_eb81_11d2_9f2d_00c04f6bc8e8
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.geometry.IEnumVertex
esri_clone, isLastInPart, next, nextInPart, previous, put_ID, put_M, put_X, put_Y, put_Z, queryNext, queryNextInPart, queryPrevious, reset, resetToEnd, setAt, skip
 

Field Detail

IIDea7ab50c_1a9d_11d6_9fa9_00c04f6bdf0d

static final int IIDea7ab50c_1a9d_11d6_9fa9_00c04f6bdf0d
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
Method Detail

isContinuousSectionBefore

boolean isContinuousSectionBefore()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether the current point and the previous point lie on a circular arc with the query point at its center.

Returns:
The continuousSectionBefore
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isContinuousSectionAfter

boolean isContinuousSectionAfter()
                                 throws java.io.IOException,
                                        AutomationException
Indicates whether the current point and the next point lie on a circular arc with the query point at its center.

Returns:
The continuousSectionAfter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOnRightSide

boolean isOnRightSide()
                      throws java.io.IOException,
                             AutomationException
Indicates whether the query point is to the right of the curve at the current position.

Returns:
The onRightSide
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistanceAlongCurve

double getDistanceAlongCurve()
                             throws java.io.IOException,
                                    AutomationException
Gives the distance along the curve from the curve's from point to the current postion.

Returns:
The distanceAlong
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.