com.c5corp.c5utm.util
Class Dat2C5UTM

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

public class Dat2C5UTM
extends java.lang.Object

public class Dat2C5UTM Dat2C5UTM.java - part of the C5 Landscape database (otherwise known as the C5UTM database). update the C5UTM database (using java JDBC) from a DEM and a corpscon out Dat2C5UTM.java adds UTM points to the C5UTM db, using both a DEM (for metadata) and a .out file (a corpscon batch file) for the converted points. It is necessary when points must have their datum converted. refer to sql directory for info on the data model

Since:
1.0
Author:
Brett Stalbaum Copyright 2002-2006 see LICENSE.txt and UCSD_LICENSE.txt

Constructor Summary
Dat2C5UTM()
           
 
Method Summary
 void finalize()
           
static void main(java.lang.String[] args)
          main
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dat2C5UTM

public Dat2C5UTM()
Method Detail

main

public static void main(java.lang.String[] args)
main

Parameters:
args -

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object