/[schmitzm]
ViewVC logotype

Revision 616


Jump to revision: Previous Next
Author: alfonx
Date: Mon Dec 14 19:53:08 2009 UTC (15 years, 2 months ago)
Changed paths: 1
Log Message:
if reading a geotiff withour CRS fails, try with defautl CRS

	 * @see #readGridFromGeoTiff(File, CoordinateReferenceSystem)
	 */
	public static GridCoverage2D readGridFromGeoTiff(File file)
			throws Exception {
		try {
			return readGridFromGeoTiff(file, null);
		} catch (DataSourceException dse) {
			return readGridFromGeoTiff(file, getDefaultCRS());
		}
	}

Changed paths

Path Details
Directorybranches/2.0-RC1/src/schmitzm/geotools/io/GeoImportUtil.java modified , text changed

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26