Class OmsTimeSeriesIteratorReader
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.timedependent.OmsTimeSeriesIteratorReader
-
public class OmsTimeSeriesIteratorReader extends HMModel
-
-
Constructor Summary
Constructors Constructor Description OmsTimeSeriesIteratorReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidinitProcess()voidnextRecord()-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Field Detail
-
file
public String file
-
idfield
public String idfield
-
fileNovalue
public String fileNovalue
-
novalue
public double novalue
-
pNum
public int pNum
-
pAggregation
public int pAggregation
-
tStart
public String tStart
-
tEnd
public String tEnd
-
tTimestep
public int tTimestep
-
tCurrent
public String tCurrent
-
tPrevious
public String tPrevious
-
-
Method Detail
-
initProcess
public void initProcess()
-
nextRecord
public void nextRecord() throws IOException- Throws:
IOException
-
close
public void close() throws IOException- Throws:
IOException
-
-