Class DatabaseLasWriter
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.las.databases.DatabaseLasWriter
-
public class DatabaseLasWriter extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoAvoidIndexbooleandoEmptyCellsbooleandoVerboseStringinDatabasePathStringinFolderList<String>inLasNamesStringinOrtophotodoublepCellsizeStringpCodeStringpDbTypeintpFactorintpLevels
-
Constructor Summary
Constructors Constructor Description DatabaseLasWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static voidmain(String[] args)voidprocess()-
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
-
inFolder
public String inFolder
-
inDatabasePath
public String inDatabasePath
-
pDbType
public String pDbType
-
inOrtophoto
public String inOrtophoto
-
pCode
public String pCode
-
pCellsize
public double pCellsize
-
pLevels
public int pLevels
-
pFactor
public int pFactor
-
doEmptyCells
public boolean doEmptyCells
-
doAvoidIndex
public boolean doAvoidIndex
-
doVerbose
public boolean doVerbose
-
-