uk.me.jstott.jcoord
Class Test

java.lang.Object
  extended by uk.me.jstott.jcoord.Test

public class Test
extends java.lang.Object

This class is part of the Jcoord package. Visit the Jcoord website for more information.

Class to illustrate the use of the various functions of the classes in the Jcoord package.

(c) 2006 Jonathan Stott

Created on 11-Feb-2006

Since:
1.0
Version:
1.1
Author:
Jonathan Stott

Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method
static void mgrsTests()
          Test the MGRSRef class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

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

Parameters:
args - not used
Since:
1.0

mgrsTests

public static void mgrsTests()
Test the MGRSRef class.

Since:
1.1