|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.util.GeographicValue
gov.noaa.pmel.util.Latitude
public class Latitude
LatitudeValue translates between float and deg/min/sec.
Field Summary |
---|
Fields inherited from class gov.noaa.pmel.util.GeographicValue |
---|
decimalValue, degrees, minutes, seconds, sign |
Constructor Summary | |
---|---|
Latitude()
|
|
Latitude(float latitude)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class gov.noaa.pmel.util.GeographicValue |
---|
decimalToDegMinSec, degMinSecToDecimal, getDecimalValue, getDegrees, getMinutes, getSeconds, getSign, setDecimalValue, setDegrees, setMinutes, setSeconds, setSign, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Latitude()
public Latitude(float latitude)
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |