Revision 867 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.impl/src/main/java/org/gvsig/raster/impl/provider/tile/BaseTileDownloader.java

View differences:

BaseTileDownloader.java
71 71
	}
72 72
	
73 73
	/**
74
	 * Gets the size of a tile in pixels 
75
	 * @return Array of two integers. The first integer is the width and the second the height in pixels
76
	 */
77
	public int[] getTileSize() {
78
		return new int[]{tilePxWidth, tilePxHeight};
79
	}
80
	
81
	/**
74 82
	 * Sets the nodata value
75 83
	 * @param noData
76 84
	 */

Also available in: Unified diff