org.openstreetmap.fma.jtiledownloader
Class Constants

java.lang.Object
  extended by org.openstreetmap.fma.jtiledownloader.Constants

public class Constants
extends java.lang.Object


Field Summary
static double EARTH_CIRC_EQUATOR
           
static double EARTH_CIRC_POLE
           
static double MAX_LAT
           
static double MAX_LON
           
static double MIN_LAT
           
static double MIN_LON
           
static java.lang.String VERSION
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

EARTH_CIRC_POLE

public static final double EARTH_CIRC_POLE

EARTH_CIRC_EQUATOR

public static final double EARTH_CIRC_EQUATOR

MIN_LON

public static final double MIN_LON
See Also:
Constant Field Values

MAX_LON

public static final double MAX_LON
See Also:
Constant Field Values

MIN_LAT

public static final double MIN_LAT
See Also:
Constant Field Values

MAX_LAT

public static final double MAX_LAT
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()