Package org.hortonmachine.gears.io.csv
Class OmsCsvMatrixReader
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.csv.OmsCsvMatrixReader
-
public class OmsCsvMatrixReader extends HMModel
-
-
Constructor Summary
Constructors Constructor Description OmsCsvMatrixReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidread()-
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
-
fileNovalue
public String fileNovalue
-
novalue
public double novalue
-
outData
public double[][] outData
-
outTitle
public String outTitle
-
outSubTitle
public String outSubTitle
-
outIds
public String[] outIds
-
outLabels
public String[] outLabels
-
outFormats
public String[] outFormats
-
outTypes
public String[] outTypes
-
-
Method Detail
-
read
public void read() throws IOException- Throws:
IOException
-
close
public void close() throws IOException- Throws:
IOException
-
-