Revision 36760 branches/v2_0_0_prep/extensions/extGeoDB/src/org/gvsig/geodb/vectorialdb/wizard/WizardDB.java

View differences:

WizardDB.java
48 48
import javax.swing.event.ListSelectionListener;
49 49

  
50 50
import org.apache.commons.collections.map.HashedMap;
51
import org.cresques.cts.IProjection;
51 52
import org.slf4j.Logger;
52 53
import org.slf4j.LoggerFactory;
53 54

  
......
659 660
					return null;
660 661
				}
661 662

  
663
				public IProjection getViewProjection() {
664
					return null;
665
				}
666

  
662 667
			};
663 668
		}
664 669
		return this.prepareDSContext;

Also available in: Unified diff