Modifier and Type | Field and Description |
---|---|
CotUtils.LongitudeDirections |
CotUtils.LongitudeDmsDirection.direction |
Modifier and Type | Method and Description |
---|---|
static CotUtils.LongitudeDirections |
CotUtils.LongitudeDirections.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CotUtils.LongitudeDirections[] |
CotUtils.LongitudeDirections.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.LongitudeDirections 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.LongitudeDirections dir) |