com.c5corp.c5utm.util
Class BatchAddDems

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

public class BatchAddDems
extends java.lang.Object

BatchAddDems is a java utility that runs the Dem2C5UTM filter over all the DEM files stored in the NEW_DEMS directory. When processed, it moves the newly aquired dem from NEW_DEMS to DEM. The locations of the directories are the c5utm home dir, but can also be configured in c5utm/conf and accessed via a C5UTMconfs object.

Since:
1.0.3
Author:
Brett Stalbaum Copyright 2002-2006 see LICENSE.txt and UCSD_LICENSE.txt
See Also:
Dem2C5UTM, C5UTMconfs

Constructor Summary
BatchAddDems()
           
 
Method Summary
static void batchAddDems()
          Adds all of the DEM files in the configured NEW_DEMS directory to the database.
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

BatchAddDems

public BatchAddDems()
Method Detail

batchAddDems

public static void batchAddDems()
Adds all of the DEM files in the configured NEW_DEMS directory to the database. When a DEM file is successfully added, it is moved to the configured DEM directory


main

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

Parameters:
args - main