org.esa.beam.framework.gpf.internal
Class DefaultTileIterator

java.lang.Object
  extended by org.esa.beam.framework.gpf.internal.DefaultTileIterator
All Implemented Interfaces:
Iterator<Tile.Pos>

public class DefaultTileIterator
extends Object
implements Iterator<Tile.Pos>


Constructor Summary
DefaultTileIterator(Rectangle rectangle)
           
 
Method Summary
 boolean hasNext()
           
 Tile.Pos next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTileIterator

public DefaultTileIterator(Rectangle rectangle)
Method Detail

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.