Package org.hortonmachine.gears.io.dbf
Class OmsDbfTableReader
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.dbf.OmsDbfTableReader
-
public class OmsDbfTableReader extends HMModel
-
-
Constructor Summary
Constructors Constructor Description OmsDbfTableReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Map<String,List<Object>>readDbf(String path)Fast read access mode.voidreadTable()-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Method Detail
-
readTable
public void readTable() throws IOException- Throws:
IOException
-
readDbf
public static Map<String,List<Object>> readDbf(String path) throws IOException
Fast read access mode.- Parameters:
path- the dbf path.- Returns:
- the read table.
- Throws:
IOException
-
-