Modifier and Type | Method and Description |
---|---|
int |
next()
Moves the iterator to the next Element_handle and returns the
Element_handle.
|
void |
resetIterator(Envelope2D query,
double tolerance)
Resets the iterator to a starting state on the QuadTree using the
input Envelope2D as the query.
|
void |
resetIterator(Geometry query,
double tolerance)
Resets the iterator to an starting state on the QuadTree.
|
public void resetIterator(Geometry query, double tolerance)
public void resetIterator(Envelope2D query, double tolerance)
public int next()
Copyright © 2018. All rights reserved.