A D G L M O R T U W

T

Test - Class in uk.me.jstott.jcoord
Class to illustrate the use of the various functions of the classes in the Jcoord package.
Test() - Constructor for class uk.me.jstott.jcoord.Test
 
toLatLng() - Method in class uk.me.jstott.jcoord.OSRef
Convert this OSGB grid reference to a latitude/longitude pair using the OSGB36 datum.
toLatLng() - Method in class uk.me.jstott.jcoord.UTMRef
Convert this UTM reference to a latitude and longitude.
toOSGB36() - Method in class uk.me.jstott.jcoord.LatLng
Convert this LatLng from the WGS84 datum to the OSGB36 datum using an approximate Helmert transformation.
toOSRef() - Method in class uk.me.jstott.jcoord.LatLng
Convert this latitude and longitude into an OSGB (Ordnance Survey of Great Britain) grid reference.
toSixFigureString() - Method in class uk.me.jstott.jcoord.OSRef
Return a String representation of this OSGB grid reference using the six-figure notation in the form XY123456
toString() - Method in class uk.me.jstott.jcoord.LatLng
Get a String representation of this LatLng object.
toString() - Method in class uk.me.jstott.jcoord.OSRef
Return a String representation of this OSGB grid reference showing the easting and northing.
toString() - Method in class uk.me.jstott.jcoord.UTMRef
Convert this UTM reference to a String representation for printing out.
toUTMRef() - Method in class uk.me.jstott.jcoord.LatLng
Convert this latitude and longitude to a UTM reference.
toWGS84() - Method in class uk.me.jstott.jcoord.LatLng
Convert this LatLng from the OSGB36 datum to the WGS84 datum using an approximate Helmert transformation.

A D G L M O R T U W