- java.lang.Object
-
- com.appslandia.common.geo.GeoDMS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDegrees()DirectiongetDirection()intgetMinutes()doublegetSeconds()doubletoDecimalDegrees()static GeoDMStoLatDMS(double latitude)static GeoDMStoLongDMS(double longitude)StringtoString()
-
-
-
Method Detail
-
getDegrees
public int getDegrees()
-
getMinutes
public int getMinutes()
-
getSeconds
public double getSeconds()
-
getDirection
public Direction getDirection()
-
toDecimalDegrees
public double toDecimalDegrees()
-
toLatDMS
public static GeoDMS toLatDMS(double latitude)
-
toLongDMS
public static GeoDMS toLongDMS(double longitude)
-
-