com.irisel.sv.geo
Class Calc

java.lang.Object
  extended by com.irisel.sv.geo.Calc

public class Calc
extends java.lang.Object


Constructor Summary
Calc()
           
 
Method Summary
static double dist2lat(double lat, double lng, double dist)
           
static double dist2lng(double lat, double lng, double dist)
           
static double distFrom(double lat1, double lng1, double lat2, double lng2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Calc

public Calc()
Method Detail

dist2lat

public static double dist2lat(double lat,
                              double lng,
                              double dist)

dist2lng

public static double dist2lng(double lat,
                              double lng,
                              double dist)

distFrom

public static double distFrom(double lat1,
                              double lng1,
                              double lat2,
                              double lng2)