Modifier and Type | Field and Description |
---|---|
CotUtils.LongitudeDirection |
CotUtils.LongitudeDmsDirection.direction |
Modifier and Type | Method and Description |
---|---|
static CotUtils.LongitudeDirection |
CotUtils.LongitudeDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CotUtils.LongitudeDirection[] |
CotUtils.LongitudeDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static double |
CotUtils.dmsDirectionToLongitude(int deg,
int min,
double sec,
CotUtils.LongitudeDirection dir)
Converts a degrees, minutes, seconds, direction representation of a
longitude into a decimal representation of a longitude.
|
Constructor and Description |
---|
CotUtils.LongitudeDmsDirection(int deg,
int min,
double sec,
CotUtils.LongitudeDirection dir) |