Uses of Class
com.epimorphics.geo.GeoPoint
-
Packages that use GeoPoint Package Description com.epimorphics.geo -
-
Uses of GeoPoint in com.epimorphics.geo
Methods in com.epimorphics.geo that return GeoPoint Modifier and Type Method Description static GeoPointGeoPoint. fromEastingNorthing(double easting, double northing)Construct point from OS easting/northing pairstatic GeoPointGeoPoint. fromEastingNorthing(long easting, long northing)Construct point from OS easting/northing pairstatic GeoPointGeoPoint. fromGridRef(String gridref)Construct point from OS grid referencestatic GeoPointGeoPoint. fromLatLon(double lat, double lon)Construct point from lat lon pair in WGS84 CRS.static GeoPointGeoPoint. fromLatLonOSGB36(double lat, double lon)Construct point from lat lon pair in OSGB36 CRS.
-