Class ParseFiles

java.lang.Object
  |
  +--ParseFiles

public class ParseFiles
extends java.lang.Object

Driver class for parsing and inserting SAR image metadata from cnf, ant, imu, and ifmu files.


Constructor Summary
ParseFiles()
           
 
Method Summary
static void main(java.lang.String[] args)
          Asks user for the image ID, location of the metadata files, and the url to the directory containing the 'gif' format image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseFiles

public ParseFiles()
Method Detail

main

public static void main(java.lang.String[] args)
Asks user for the image ID, location of the metadata files, and the url to the directory containing the 'gif' format image. A SarImage object is then created for the parsing and insertion into the database of the metadata contained in the files.
Parameters:
args - no arguments used