This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Java based conversion of Chris Veness' scripts for Lat/Lon WG84 to OSGB36 coords | |
* | |
* http://www.movable-type.co.uk/scripts/latlong-convert-coords.html | |
* (c) Chris Veness 2005-2010 Released under an LGPL license | |
* http://www.fsf.org/licensing/licenses/lgpl.html | |
* | |
*/ | |
public class OSGB { |