org.gwtopenmaps.openlayers.client
Class MapUnits

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.MapUnits

public class MapUnits
extends Object

Map unit constants. (not an Enum to stay java 1.4 compatible) The OpenLayers docs about map units: Possible values are "degrees" (or "dd"), "m", "ft", "km", "mi", "inches".

Author:
Edwin Commandeur - Atlis EJS

Field Summary
static String DEGREES
           
static String FEET
           
static String INCHES
           
static String KILOMETERS
           
static String METERS
           
static String MILES
           
 
Constructor Summary
MapUnits()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEGREES

public static final String DEGREES
See Also:
Constant Field Values

FEET

public static final String FEET
See Also:
Constant Field Values

INCHES

public static final String INCHES
See Also:
Constant Field Values

KILOMETERS

public static final String KILOMETERS
See Also:
Constant Field Values

METERS

public static final String METERS
See Also:
Constant Field Values

MILES

public static final String MILES
See Also:
Constant Field Values
Constructor Detail

MapUnits

public MapUnits()


Copyright © 2011 sourceforge. All Rights Reserved.