Revision 2664 branches/CqCMSDvp/libraries/libCq CMS for java.old/src/org/cresques/io/GdalFile.java

View differences:

GdalFile.java
57 57
	static boolean WITH_OVERVIEWS = true;
58 58
	// Polilinea con extent
59 59
	class Contour extends Vector {
60
		final private static long serialVersionUID = -3370601314380922368L;
60 61
		public double minX = Double.MAX_VALUE, minY = Double.MAX_VALUE;
61 62
		public double maxX = -Double.MAX_VALUE, maxY = -Double.MAX_VALUE;
62 63
		public Contour() {
......
73 74
	/**
74 75
	 * Contorno en coordenadas geogr?ficas. (y Extent del raster).
75 76
	 */
77
	
76 78
	public Contour esq = new Contour();
77 79
	public int width = 0, height = 0;
78 80
	public double originX = 0D, originY = 0D;

Also available in: Unified diff