Uses of Class
uk.me.jstott.jcoord.LatLng

Packages that use LatLng
uk.me.jstott.jcoord   
 

Uses of LatLng in uk.me.jstott.jcoord
 

Methods in uk.me.jstott.jcoord that return LatLng
 LatLng IrishRef.toLatLng()
          Convert this Irish grid reference to a latitude/longitude pair using the Ireland 1965 datum.
abstract  LatLng CoordinateSystem.toLatLng()
          Convert a co-ordinate in the co-ordinate system to a point represented by a latitude and longitude and a perpendicular height above (or below) a reference ellipsoid.
 LatLng ECEFRef.toLatLng()
          Convert this ECEFRef object to a LatLng object.
 LatLng MGRSRef.toLatLng()
          Convert this MGRS reference to a latitude and longitude.
 LatLng UTMRef.toLatLng()
          Convert this UTM reference to a latitude and longitude.
 LatLng OSRef.toLatLng()
          Convert this OSGB grid reference to a latitude/longitude pair using the OSGB36 datum.
 

Methods in uk.me.jstott.jcoord with parameters of type LatLng
 double LatLng.distance(LatLng ll)
          Calculate the surface distance in kilometres from this LatLng to the given LatLng.
 double LatLng.distanceMiles(LatLng ll)
          Calculate the surface distance in miles from this LatLng to the given LatLng.
 

Constructors in uk.me.jstott.jcoord with parameters of type LatLng
ECEFRef(LatLng ll)
          Create a new earth-centred, earth-fixed reference from the given latitude and longitude.
IrishRef(LatLng ll)
          Create an IrishRef object from the given latitude and longitude.
OSRef(LatLng ll)
          Convert this latitude and longitude into an OSGB (Ordnance Survey of Great Britain) grid reference.