|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.ml.BaseData.Coordinate
public static class BaseData.Coordinate
| Field Summary | |
|---|---|
protected int |
degree
|
protected int |
minute
|
protected int |
second
|
| Constructor Summary | |
|---|---|
BaseData.Coordinate(int d,
int m,
int s)
|
|
| Method Summary | |
|---|---|
static BaseData.Coordinate |
decimalToDMS(double coord)
|
protected double |
toDecimalDegree()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int degree
protected int minute
protected int second
| Constructor Detail |
|---|
public BaseData.Coordinate(int d,
int m,
int s)
| Method Detail |
|---|
protected double toDecimalDegree()
public String toString()
toString in class Objectpublic static BaseData.Coordinate decimalToDMS(double coord)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||