|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5utm.util.Build1KGridFromFiles
public class Build1KGridFromFiles
Build1KGridFromFiles builds the 1K_GRID_STATS table from the dem files stored in the configured DEM directory && the corresponding records in the database's UTM_METADATA table. (It required that both exist.) (The actual records are stored in then UTM_POINT_STATS table.) Building this data from data in files is generally faster than going to the database. This program is executed by the Build1KGridStats utility, which will try to use it intelligently by examining UTM_METADATA.1K_grid attribute. It uses the com.c5corp.DEMconvert.filters.Dem2C51KGrid
Build1KGridStats
,
Dem2C51KGrid
Constructor Summary | |
---|---|
Build1KGridFromFiles()
|
Method Summary | |
---|---|
static void |
Build1KGrid()
Constructor for Build1KGrid( |
static void |
Build1KGrid(boolean verbose)
Static method will build the 1K_grid tables |
static void |
main(java.lang.String[] args)
Run from the command line |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Build1KGridFromFiles()
Method Detail |
---|
public static void Build1KGrid()
public static void Build1KGrid(boolean verbose)
verbose
- true for verbose output to System.outpublic static void main(java.lang.String[] args)
args
- args (not used)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |