|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5utm.util.BuildPointStatsFromFiles
public class BuildPointStatsFromFiles
BuildPointStatsFromFiles builds the UTM_POINT_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.) Building this data from data in files is generally faster than going to the database. This program is executed by the BuildPointStats utility, which will try to use it intelligently by examining UTM_METADATA.1K_grid attribute. It uses the com.c5corp.DEMconvert.filters.Dem2C51KGrid
BuildPointStats
,
Dem2C5PointStats
Constructor Summary | |
---|---|
BuildPointStatsFromFiles()
|
Method Summary | |
---|---|
static void |
BuildPointStats()
Builds the UTM_POINT_STATS table |
static void |
BuildPointStats(boolean verbose)
Builds the UTM_POINT_STATS table |
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 BuildPointStatsFromFiles()
Method Detail |
---|
public static void BuildPointStats()
public static void BuildPointStats(boolean verbose)
verbose
- true for verbosepublic 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 |