- java.lang.Object
-
- com.appslandia.common.geo.GeoDM
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDegrees()DirectiongetDirection()doublegetMinutes()doubletoDecimalDegrees()static GeoDMtoLatDM(double latitude)static GeoDMtoLongDM(double longitude)StringtoString()StringtoString(int minutesDecimals)
-
-
-
Method Detail
-
getDegrees
public int getDegrees()
-
getMinutes
public double getMinutes()
-
getDirection
public Direction getDirection()
-
toDecimalDegrees
public double toDecimalDegrees()
-
toString
public String toString(int minutesDecimals)
-
toLatDM
public static GeoDM toLatDM(double latitude)
-
toLongDM
public static GeoDM toLongDM(double longitude)
-
-