org.gcube.data.publishing.gis.publisher.plugin.fwk.writers
Class RSReader<T>
java.lang.Object
org.gcube.data.publishing.gis.publisher.plugin.fwk.writers.RSReader<T>
- All Implemented Interfaces:
- Iterator<T>
public abstract class RSReader<T>
- extends Object
- implements Iterator<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSReader
public RSReader(String locator)
throws Exception
- Throws:
Exception
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<T>
next
public T next()
- Specified by:
next in interface Iterator<T>
transform
public abstract T transform(String serializedItem)
throws Exception
- Throws:
Exception
remove
public void remove()
- Specified by:
remove in interface Iterator<T>
Copyright © 2012. All Rights Reserved.