Revision 10910 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/Attributes.java

View differences:

Attributes.java
72 72
 * @author Vicente Caballero Navarro
73 73
 */
74 74
public class Attributes {
75
	/** KILOMETROS,METROS,CENTIMETROS,MILIMETROS,MILLAS,YARDAS,PIES,PULGADAS,GRADOS DECIMALES **/
75
	/** Array of doubles containg the change factro from <b>CENTIMETERS</b> to KILOMETERS, METERS, CENTIMETERS, MILLIMETERS, MILES, YARDS, FEET, INCHES, DECIMAL DEGREES*/
76
	 /* Do not alter the order and the values of this array, if you need append values.*/
76 77
	public static final double[] CHANGE = {
77 78
			100000, 100, 1, 0.1, 160934.4, 91.44, 30.48, 2.54, 8.983152841195214E-6
78 79
		};
80
	/* Do not alter the order and the values of this array, if you need append values.*/
79 81
	public static final String[] NAMES= {"Kilometros","Metros","Centimetros","Milimetros","Millas","Yardas","Pies","Pulgadas","Grados"};
80 82
	public static final String DEGREES="Coordenadas";
83
	/* Do not alter the order and the values of this array, if you need append values.*/
81 84
	public static final double[] UNIT = {
82 85
			0.0000025, 0.0025, 0.25, 2.5, 0.0000025, 0.025, 0.025, 0.25
83 86
		};

Also available in: Unified diff