|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5utm.util.BuildPointStats
public class BuildPointStats
This convienence class calls BuildPointStatsFromFiles.BuildPointStats() and BuildPointStatsFromDb.BuildPointStats() in this order.
This is generally a smart order in which to call these utilities, because it can be much faster to build the 1K grid data and images from files first, (BuildPointStatsFromFiles) followed by stitching and infilling the unfilled edges utilizing the UTM_COORDS data in the database, which is what BuildPointStatsFromDb does if the point_stats data attribute of DEM_METADATA is already set to 1. However, BuildPointStatsFromDb will process an entire dem area if asked to (assuming that 1K_grid is set to 0). For some situations this might be a better option depending on relative i/o speed.
BuildPointStatsFromFiles
,
BuildPointStatsFromDb
Constructor Summary | |
---|---|
BuildPointStats()
|
Method Summary | |
---|---|
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 BuildPointStats()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- args true or no argument for verbose, false to quiet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |