Revision 11470 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/MapContext.java

View differences:

MapContext.java
89 89
 * @author Fernando Gonz?lez Cort?s
90 90
 */
91 91
public class MapContext implements Projected {
92
	/* Do not alter the order and the values of this array, if you need append values.*/
92 93
	public static final double[] CHANGEM = { 1000, 1, 0.01, 0.001, 1609.344,
93 94
			0.9144, 0.3048, 0.0254, 1/8.983152841195214E-6 };
94 95

  
96
	/* Do not alter the order and the values of this array, if you need append values.*/
95 97
	public static final double[] CHANGE = { 100000, 100, 1, 0.1, 160934.4,
96 98
			91.44, 30.48, 2.54, 1/8.983152841195214E-4 };
97 99

  
......
130 132

  
131 133
	private ArrayList errorListeners = new ArrayList();
132 134

  
135
	/* Do not alter the order and the values of this array, if you need append values.*/
136
	public static final String[] NAMES= {
137
		Messages.getString("Kilometros"),
138
		Messages.getString("Metros"),
139
		Messages.getString("Centimetros"),
140
		Messages.getString("Milimetros"),
141
		Messages.getString("Millas"),
142
		Messages.getString("Yardas"),
143
		Messages.getString("Pies"),
144
		Messages.getString("Pulgadas"),
145
		Messages.getString("Grados"),
146
	};
147

  
133 148
	// public static ResourceBundle myResourceBundle =
134 149
	// ResourceBundle.getBundle("FMap");
135 150
	public static double ZOOMINFACTOR=2;

Also available in: Unified diff