org.onebusaway.geospatial.services
Class UTMLibrary
java.lang.Object
org.onebusaway.geospatial.services.UTMLibrary
public class UTMLibrary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UTMLibrary
public UTMLibrary()
getProjectionForPoint
public static UTMProjection getProjectionForPoint(CoordinatePoint point)
getProjectionForPoint
public static UTMProjection getProjectionForPoint(double lat,
double lon)
getUTMZone
public static String getUTMZone(CoordinatePoint point)
getUTMZone
public static String getUTMZone(double lat,
double lon)
getUTMZoneForLongitude
public static int getUTMZoneForLongitude(double lon)
getUTMZoneForLatitude
public static char getUTMZoneForLatitude(double lat)
Copyright © 2012 OneBusAway. All Rights Reserved.