|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.tools.edit.support.EditGeomPointIterator
public class EditGeomPointIterator
Iterates through all the points in an EditGeom
starting with the shell
and then doing the holes in order
Constructor Summary | |
---|---|
EditGeomPointIterator(EditGeom geom)
|
|
EditGeomPointIterator(EditGeom geom,
java.util.Collection<Point> selectedPoints)
New instance |
Method Summary | |
---|---|
boolean |
hasNext()
|
Point |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditGeomPointIterator(EditGeom geom, java.util.Collection<Point> selectedPoints)
geom
- Geometry to drawselectedPoints
- points NOT to draw.public EditGeomPointIterator(EditGeom geom)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<Point>
public Point next()
next
in interface java.util.Iterator<Point>
public void remove()
remove
in interface java.util.Iterator<Point>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |