uk.ac.leeds.ccg.andyt.projects.genesis.geotools
Class GTMisc

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.geotools.GTMisc

public class GTMisc
extends java.lang.Object


Constructor Summary
GTMisc()
           
 
Method Summary
static double[] transform_LatLon_To_OSGB(double lat, double lon)
           
static double[] transform_OSGB_To_LatLon(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTMisc

public GTMisc()
Method Detail

transform_OSGB_To_LatLon

public static double[] transform_OSGB_To_LatLon(double x,
                                                double y)
Parameters:
x - Easting
y - Northing
Returns:
double[] lat, lon

transform_LatLon_To_OSGB

public static double[] transform_LatLon_To_OSGB(double lat,
                                                double lon)
Parameters:
lat - Latitude
lon - Longitude
Returns:
double[] x (Easting), y (Northing)