com.c5corp.c5viewUi
Class DemTool

java.lang.Object
  extended by com.c5corp.c5viewUi.DemTool

public class DemTool
extends java.lang.Object

Main Method for testing DEM Imaging

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

Constructor Summary
DemTool()
           
 
Method Summary
protected static void createViewer()
          this method calls openFile() of ViewerDisplayPanel to get a file then calls createViewer(String filename)
static void main(java.lang.String[] args)
          Main Method creates a viewer for DEM Imaging and viewing elevations, UTM points.
protected static java.io.File openFile()
          this file opener can be used where ever.
 java.lang.String toString()
          overrides java.lang.Object.toString()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DemTool

public DemTool()
Method Detail

main

public static void main(java.lang.String[] args)
Main Method creates a viewer for DEM Imaging and viewing elevations, UTM points.

Parameters:
args - args[0] may contain a file name to open, or not.

createViewer

protected static void createViewer()
this method calls openFile() of ViewerDisplayPanel to get a file then calls createViewer(String filename)


openFile

protected static java.io.File openFile()
this file opener can be used where ever.

Returns:
JFileChooser object or null if canceled or error

toString

public java.lang.String toString()
overrides java.lang.Object.toString()

Overrides:
toString in class java.lang.Object