Package org.hortonmachine.gears.io.adige
Class AdigeBoundaryConditionWriter
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.adige.AdigeBoundaryConditionWriter
-
public class AdigeBoundaryConditionWriter extends HMModel
-
-
Constructor Summary
Constructors Constructor Description AdigeBoundaryConditionWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidwrite()-
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
-
tablename
public String tablename
-
data
public Map<Integer,AdigeBoundaryCondition> data
-
-
Method Detail
-
write
public void write() throws IOException- Throws:
IOException
-
close
public void close() throws IOException- Throws:
IOException
-
-