Class OmsEIAltimetryReader
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.eicalculator.OmsEIAltimetryReader
-
public class OmsEIAltimetryReader extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description StringfileList<EIAltimetry>outAltimetryStringpSeparator
-
Constructor Summary
Constructors Constructor Description OmsEIAltimetryReader()
-
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
-
pSeparator
public String pSeparator
-
outAltimetry
public List<EIAltimetry> outAltimetry
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
read
public void read() throws IOException- Throws:
IOException
-
-