com.esri.arcgis.geometry
Interface IEnumIntersection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumIntersectionProxy

public interface IEnumIntersection
extends java.io.Serializable

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

Description: 'Not currently used.' 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 IID0cd38cbb_1c89_11d4_9f5c_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumIntersection esri_clone()
          Not currently used.
 void next(double[] distance, IPoint[] point)
          Not currently used.
 void queryNext(int numWanted, int[] numGotten, double[] distances, IPoint points)
          Not currently used.
 void reset()
          Not currently used.
 

Field Detail

IID0cd38cbb_1c89_11d4_9f5c_00c04f6bdf0d

static final int IID0cd38cbb_1c89_11d4_9f5c_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

next

void next(double[] distance,
          IPoint[] point)
          throws java.io.IOException,
                 AutomationException
Not currently used.

Parameters:
distance - The distance (out: use single element array)
point - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNext

void queryNext(int numWanted,
               int[] numGotten,
               double[] distances,
               IPoint points)
               throws java.io.IOException,
                      AutomationException
Not currently used.

Parameters:
numWanted - The numWanted (in)
numGotten - The numGotten (out: use single element array)
distances - The distances (in)
points - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

IEnumIntersection esri_clone()
                             throws java.io.IOException,
                                    AutomationException
Not currently used.

Returns:
A reference to a com.esri.arcgis.geometry.IEnumIntersection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Not currently used.

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