com.javadocmd.simplelatlng
Class LatLngTool.Bearing

java.lang.Object
  extended by com.javadocmd.simplelatlng.LatLngTool.Bearing
Enclosing class:
LatLngTool

public static class LatLngTool.Bearing
extends Object

Convenient static values for bearings.


Field Summary
static double EAST
           
static double NORTH
           
static double NORTH_EAST
           
static double NORTH_WEST
           
static double SOUTH
           
static double SOUTH_EAST
           
static double SOUTH_WEST
           
static double WEST
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORTH

public static final double NORTH
See Also:
Constant Field Values

NORTH_EAST

public static final double NORTH_EAST
See Also:
Constant Field Values

EAST

public static final double EAST
See Also:
Constant Field Values

SOUTH_EAST

public static final double SOUTH_EAST
See Also:
Constant Field Values

SOUTH

public static final double SOUTH
See Also:
Constant Field Values

SOUTH_WEST

public static final double SOUTH_WEST
See Also:
Constant Field Values

WEST

public static final double WEST
See Also:
Constant Field Values

NORTH_WEST

public static final double NORTH_WEST
See Also:
Constant Field Values


Copyright © 2010-2013. All Rights Reserved.