org.esa.beam.framework.gpf.internal
Class DefaultTileIterator
java.lang.Object
org.esa.beam.framework.gpf.internal.DefaultTileIterator
- All Implemented Interfaces:
- Iterator<Tile.Pos>
public class DefaultTileIterator
- extends Object
- implements Iterator<Tile.Pos>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTileIterator
public DefaultTileIterator(Rectangle rectangle)
hasNext
public final boolean hasNext()
- Specified by:
hasNext in interface Iterator<Tile.Pos>
next
public final Tile.Pos next()
- Specified by:
next in interface Iterator<Tile.Pos>
remove
public void remove()
- Specified by:
remove in interface Iterator<Tile.Pos>
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.