adams.ml
Class BaseData.Coordinate

java.lang.Object
  extended by adams.ml.BaseData.Coordinate
Enclosing class:
BaseData

public static class BaseData.Coordinate
extends Object


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

degree

protected int degree

minute

protected int minute

second

protected int second
Constructor Detail

BaseData.Coordinate

public BaseData.Coordinate(int d,
                           int m,
                           int s)
Method Detail

toDecimalDegree

protected double toDecimalDegree()

toString

public String toString()
Overrides:
toString in class Object

decimalToDMS

public static BaseData.Coordinate decimalToDMS(double coord)


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.