Class OmsDateTime2ValueMapReader
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.generic.OmsDateTime2ValueMapReader
-
public class OmsDateTime2ValueMapReader extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description LinkedHashMap<org.joda.time.DateTime,double[]>dataStringfileStringfileNovalueintpColsStringpSeparator
-
Constructor Summary
Constructors Constructor Description OmsDateTime2ValueMapReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidreadNextLine()-
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
-
pCols
public int pCols
-
pSeparator
public String pSeparator
-
fileNovalue
public String fileNovalue
-
data
public LinkedHashMap<org.joda.time.DateTime,double[]> data
-
-
Method Detail
-
readNextLine
public void readNextLine() throws IOException- Throws:
IOException
-
close
public void close() throws IOException- Throws:
IOException
-
-