public abstract class OccurrenceReader extends Object implements OccurrenceStreamer
| Modifier and Type | Field and Description |
|---|---|
protected ParserConfiguration |
configuration |
protected static org.slf4j.Logger |
logger |
protected StreamProgress |
progress |
protected File |
toRead |
protected org.gcube.data.spd.plugin.fwk.writers.rswrapper.ResultWrapper<org.gcube.data.spd.model.products.OccurrencePoint> |
wrapper |
| Constructor and Description |
|---|
OccurrenceReader(File toRead,
ParserConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocator() |
StreamProgress |
getProgress() |
void |
setWrapper(org.gcube.data.spd.plugin.fwk.writers.rswrapper.ResultWrapper<org.gcube.data.spd.model.products.OccurrencePoint> wrapper) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamDataprotected static final org.slf4j.Logger logger
protected StreamProgress progress
protected org.gcube.data.spd.plugin.fwk.writers.rswrapper.ResultWrapper<org.gcube.data.spd.model.products.OccurrencePoint> wrapper
protected File toRead
protected ParserConfiguration configuration
public OccurrenceReader(File toRead, ParserConfiguration configuration)
public StreamProgress getProgress()
getProgress in interface OccurrenceStreamerpublic void setWrapper(org.gcube.data.spd.plugin.fwk.writers.rswrapper.ResultWrapper<org.gcube.data.spd.model.products.OccurrencePoint> wrapper)
public String getLocator() throws Exception
getLocator in interface OccurrenceStreamerExceptionCopyright © 2016. All Rights Reserved.