Package hec.map.raster
Class RasterSegmentIterator
java.lang.Object
hec.map.raster.RasterSegmentIterator
-
Constructor Details
-
RasterSegmentIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious() -
next
- Throws:
NoSuchElementException
-
previous
- Throws:
NoSuchElementException
-
current
public float current() -
getLocation
-