Modifier and Type | Method and Description |
---|---|
static CotUtils.LongitudeDmsDirection |
CotUtils.longitudeToDmsDirection(double lon)
Converts a decimal longitude value into a LongitudeDmsDirection
representation of a latitude.
|
Modifier and Type | Method and Description |
---|---|
static double |
CotUtils.dmsDirectionToLongitude(CotUtils.LongitudeDmsDirection lonDms)
Converts a LongitudeDmsDirection representation of a longitude into a
decimal representation of a longitude.
|