|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumIntersection
Not currently used.
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 |
---|
void next(double[] distance, IPoint[] point) throws IOException, AutomationException
distance
- The distance (out: use single element array)point
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryNext(int numWanted, int[] numGotten, double[] distances, IPoint points) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumIntersection esri_clone() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |