com.c5corp.c5utm.util
Class Build1KGridStats

java.lang.Object
  extended by com.c5corp.c5utm.util.Build1KGridStats

public class Build1KGridStats
extends java.lang.Object

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.

Since:
1.0.3
Author:
Brett Stalbaum Copyright 2002-2006 see LICENSE.txt and UCSD_LICENSE.txt
See Also:
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

Build1KGridStats

public Build1KGridStats()
Method Detail

main

public static void main(java.lang.String[] args)
Run from the command line

Parameters:
args - true or no argument for verbose, false to quiet