Revision 9821

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/LayerFactory.java
42 42

  
43 43
import java.io.File;
44 44
import java.io.IOException;
45
import java.net.URL;
46 45
import java.sql.SQLException;
47 46
import java.sql.Types;
48 47
import java.util.TreeMap;
......
66 65
import com.iver.cit.gvsig.fmap.DriverException;
67 66
import com.iver.cit.gvsig.fmap.DriverIOExceptionType;
68 67
import com.iver.cit.gvsig.fmap.DriverNotLoadedExceptionType;
69
import com.iver.cit.gvsig.fmap.ErrorEvent;
70 68
import com.iver.cit.gvsig.fmap.GenericDriverExceptionType;
71 69
import com.iver.cit.gvsig.fmap.LegendDriverExceptionType;
72 70
import com.iver.cit.gvsig.fmap.ProgressListener;
......
81 79
import com.iver.cit.gvsig.fmap.drivers.WithDefaultLegend;
82 80
import com.iver.cit.gvsig.fmap.operations.arcview.ArcJoin;
83 81
import com.iver.cit.gvsig.fmap.rendering.LegendFactory;
84
import com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend;
85
import com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend;
86 82
import com.iver.cit.gvsig.fmap.rendering.VectorialLegend;
87
import com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend;
88 83
import com.iver.utiles.ExceptionDescription;
89 84

  
90 85
/**

Also available in: Unified diff