org.gwtopenmaps.openlayers.client
Class MapUnits
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MapUnits
public MapUnits()
Copyright © 2011 sourceforge. All Rights Reserved.