jwo.landserf
Class LandSerf

java.lang.Object
  extended byjwo.landserf.LandSerf

public class LandSerf
extends Object

Application to allow visualisation and analysis of surfaces. Includes support for common raster DEM formats, and vector surface models (TINs and contours).

Version:
2.2, 11th March, 2005.
Author:
Jo Wood

Nested Class Summary
static class LandSerf.LSFontTheme
          Landserf colour and font theme.
 
Field Summary
static String COPYRIGHT
          Copyright statement.
static String DATE
          Last modified date.
static Logger logger
          Used to log warnings, errors and other ouput.
static float VERSION
          Current numeric version of LandSerf.
static String VERSION_TEXT
          Current string version of LandSerf.
 
Constructor Summary
LandSerf()
           
 
Method Summary
static void main(String[] args)
          Creates top level window to hold application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final float VERSION
Current numeric version of LandSerf.

See Also:
Constant Field Values

VERSION_TEXT

public static final String VERSION_TEXT
Current string version of LandSerf.

See Also:
Constant Field Values

DATE

public static final String DATE
Last modified date.

See Also:
Constant Field Values

COPYRIGHT

public static final String COPYRIGHT
Copyright statement.

See Also:
Constant Field Values

logger

public static Logger logger
Used to log warnings, errors and other ouput.

Constructor Detail

LandSerf

public LandSerf()
Method Detail

main

public static void main(String[] args)
Creates top level window to hold application.

Parameters:
args - Command line arguments.


Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005