com.esri.arcgis.geometry
Interface IEnumIntersection

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumIntersectionProxy

public interface IEnumIntersection
extends Serializable

Not currently used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

next

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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:
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 IOException,
                      AutomationException
Not currently used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

reset

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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