geoComplex
Class GeoBoundaryIterator

java.lang.Object
  extended bygeoComplex.GeoBoundaryIterator

class GeoBoundaryIterator
extends java.lang.Object


Field Summary
(package private)  GeoComplex complex
           
(package private)  java.util.Map.Entry current
           
(package private)  java.util.Iterator iterator
           
(package private)  boolean off
           
 
Constructor Summary
GeoBoundaryIterator(GeoComplex complex, IntegerMap boundary)
           
 
Method Summary
 CellID getCellID()
           
 GeoCell getGeoCell()
           
 int getValue()
           
 boolean hasNext()
           
 boolean isOff()
           
 java.util.Map.Entry next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

complex

GeoComplex complex

iterator

java.util.Iterator iterator

current

java.util.Map.Entry current

off

boolean off
Constructor Detail

GeoBoundaryIterator

public GeoBoundaryIterator(GeoComplex complex,
                           IntegerMap boundary)
Method Detail

hasNext

public boolean hasNext()

isOff

public boolean isOff()

next

public java.util.Map.Entry next()

getCellID

public CellID getCellID()

getGeoCell

public GeoCell getGeoCell()

getValue

public int getValue()