Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/GdbRasterCatalogLayerReader.java @ 83:59e06c405a9a
Removed needless imports.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 27 May 2011 14:09:10 +0200 |
parents | 7eba97e8201b |
children | 6c3d880db7c5 |
comparison
equal
deleted
inserted
replaced
82:4d6fae53956a | 83:59e06c405a9a |
---|---|
1 package de.intevation.mxd.reader; | 1 package de.intevation.mxd.reader; |
2 | |
3 import java.io.IOException; | |
4 | 2 |
5 import org.apache.log4j.Logger; | 3 import org.apache.log4j.Logger; |
6 | 4 |
7 import com.esri.arcgis.carto.ILayer; | 5 import com.esri.arcgis.carto.ILayer; |
8 import com.esri.arcgis.carto.GdbRasterCatalogLayer; | 6 import com.esri.arcgis.carto.GdbRasterCatalogLayer; |