|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5utm.util.Build1KGridStats
public class Build1KGridStats
This convienence class calls Build1KGridFromFiles.Build1KGridFromFiles(); and Build1KGridFromDb.Build1KGridFromDb() 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, (Build1KGridFromFiles) followed by stitching and infilling the unfilled edges utilizing the UTM_COORDS data in the database, which is what Build1KGridFromDb does if the 1K_grid data attribute of DEM_METADATA is already set to 1. However, Build1KGridFromDb will process an entire dem area if asked to (assuming that 1K_grid is set to 0). For some applications, such as super computing, this might be a better option.
Build1KGridFromFiles
,
Build1KGridFromDb
Constructor Summary | |
---|---|
Build1KGridStats()
|
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 Build1KGridStats()
Method Detail |
---|
public static void main(java.lang.String[] 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 |