public class IteratorPointInfo extends Object implements org.gcube.data.streams.Stream<org.gcube.data.spd.model.PointInfo>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.log4j.Logger |
logger |
| Constructor and Description |
|---|
IteratorPointInfo(Iterator<Occurrence> iterator)
Instantiates a new iterator point info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
boolean |
isClosed() |
Iterator<org.gcube.data.spd.model.PointInfo> |
iterator()
Iterator.
|
URI |
locator() |
org.gcube.data.spd.model.PointInfo |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IteratorPointInfo(Iterator<Occurrence> iterator)
iterator - the iteratorpublic boolean hasNext()
public org.gcube.data.spd.model.PointInfo next()
public void remove()
public Iterator<org.gcube.data.spd.model.PointInfo> iterator()
public void close()
close in interface org.gcube.data.streams.Stream<org.gcube.data.spd.model.PointInfo>public URI locator() throws IllegalStateException
locator in interface org.gcube.data.streams.Stream<org.gcube.data.spd.model.PointInfo>IllegalStateExceptionpublic boolean isClosed()
isClosed in interface org.gcube.data.streams.Stream<org.gcube.data.spd.model.PointInfo>Copyright © 2021. All Rights Reserved.