java.lang.Object
org.gvsig.fmap.geom.jts.primitive.curve.line.AbstractLine.VertexIterator
- All Implemented Interfaces:
Iterator<org.gvsig.fmap.geom.primitive.Point>
- Enclosing class:
AbstractLine
public class AbstractLine.VertexIterator
extends Object
implements Iterator<org.gvsig.fmap.geom.primitive.Point>
-
Constructor Summary
Constructors
-
Method Summary
boolean
org.gvsig.fmap.geom.primitive.Point
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VertexIterator
public VertexIterator()
-
Method Details
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<org.gvsig.fmap.geom.primitive.Point>
-
next
public org.gvsig.fmap.geom.primitive.Point next()
- Specified by:
next in interface Iterator<org.gvsig.fmap.geom.primitive.Point>
-
remove
public void remove()
- Specified by:
remove in interface Iterator<org.gvsig.fmap.geom.primitive.Point>