|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaitools.imageutils.ImageSet.Iterator<K>
public static class ImageSet.Iterator<K>
| Method Summary | |
|---|---|
Map<K,Number> |
getSample()
Gets a value from the first band of each image in this set and returns them as a Map of key : value pairs. |
Map<K,Number> |
getSample(int band)
Gets a value from the specified band of each image in this set and returns them as a Map of key : value pairs. |
boolean |
hasNext()
Tests if the iterator has any more positions to sample. |
boolean |
next()
Advances the iterator to the next position if possible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Map<K,Number> getSample()
Map of key : value pairs.
public Map<K,Number> getSample(int band)
Map of key : value pairs.
band - the image band to sample
public boolean hasNext()
true if more samples are available;
false otherwisepublic boolean next()
true if the iterator was moved;
false if it is at the end of its bounds
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||