/[projects]/dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/afstandandenrute/GeoPointHelper.java
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/afstandandenrute/GeoPointHelper.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2947 by torben, Sat Feb 13 06:34:26 2016 UTC revision 2948 by torben, Sat Feb 13 15:56:00 2016 UTC
# Line 7  import dk.daoas.adressevedligehold.beans Line 7  import dk.daoas.adressevedligehold.beans
7  public class GeoPointHelper {  public class GeoPointHelper {
8    
9    
           
         // Latitude (horizonal), longitude(vertical) so  
         // 1 degree latitude is ~ 111320 meters, since the distance between the  
         // horizonal lines is always the same  
         // 1 degree longitude is ~111320 meters at equator but gets shorter as we  
         // get closer to the poles.  
         // so 1 degree longitude is 64.5 km at denmarks southern point  
         // (gedser=54.55,11.95)  
         // and is 59.4km at northern point (skagen = 57.75,10.65)  
   
         public static double kmToLatitude(double km) {  
                 return km / 111.320;  
         }  
   
         public static double kmToLongitude(double km) {// denne er kun ca  
                 return km / 62.0;  
         }  
           
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////  
   
10          /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */          /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
11          /* :: This function converts decimal degrees to radians : */          /* :: This function converts decimal degrees to radians : */
12          /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */          /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

Legend:
Removed from v.2947  
changed lines
  Added in v.2948

  ViewVC Help
Powered by ViewVC 1.1.20