com.c5corp.c5utm.util
Class BuildPointStatsFromFiles

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

public class BuildPointStatsFromFiles
extends java.lang.Object

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

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

BuildPointStatsFromFiles

public BuildPointStatsFromFiles()
Method Detail

BuildPointStats

public static void BuildPointStats()
Builds the UTM_POINT_STATS table


BuildPointStats

public static void BuildPointStats(boolean verbose)
Builds the UTM_POINT_STATS table

Parameters:
verbose - true for verbose

main

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

Parameters:
args - args (not used)