com.c5corp.c5utm.util
Class BuildPointStats

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

public class BuildPointStats
extends java.lang.Object

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.

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

BuildPointStats

public BuildPointStats()
Method Detail

main

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

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