|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.progeeks.geo.GeoUtils
public class GeoUtils
Various geo related methods.
Constructor Summary | |
---|---|
GeoUtils()
|
Method Summary | |
---|---|
static double |
deg2rad(double deg)
Converts decimal degrees to radians |
static double |
parseAngle(java.lang.String s,
boolean extendedDegrees)
Parses an angle of the form "dd mm ss H" |
static double |
rad2deg(double rad)
Converts radians to decimal degrees |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoUtils()
Method Detail |
---|
public static double deg2rad(double deg)
public static double rad2deg(double rad)
public static double parseAngle(java.lang.String s, boolean extendedDegrees)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |