org.onebusaway.geospatial.services
Class UTMLibrary

java.lang.Object
  extended by org.onebusaway.geospatial.services.UTMLibrary

public class UTMLibrary
extends Object


Constructor Summary
UTMLibrary()
           
 
Method Summary
static UTMProjection getProjectionForPoint(CoordinatePoint point)
           
static UTMProjection getProjectionForPoint(double lat, double lon)
           
static String getUTMZone(CoordinatePoint point)
           
static String getUTMZone(double lat, double lon)
           
static char getUTMZoneForLatitude(double lat)
           
static int getUTMZoneForLongitude(double lon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTMLibrary

public UTMLibrary()
Method Detail

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.