Revision 20049 trunk/libraries/libDataSourceBaseDrivers/src/org/gvsig/data/datastores/vectorial/file/dgn/DGNDataExplorer.java

View differences:

DGNDataExplorer.java
11 11
import org.gvsig.data.exception.InitializeWriterException;
12 12
import org.gvsig.data.exception.OpenException;
13 13
import org.gvsig.data.exception.ReadException;
14
import org.gvsig.data.vectorial.IFeatureType;
14 15
import org.gvsig.data.vectorial.INewFeatureStoreParameters;
15 16

  
16 17
public class DGNDataExplorer extends AbstractDataExplorerFile {
......
78 79
		this.path = this.parameters.getSource();
79 80
	}
80 81

  
81

  
82
	public INewFeatureStoreParameters createNewDataStoreParameter(IDataStoreParameters dsp) {
83
		// TODO Auto-generated method stub
84
		return null;
82
	public IFeatureType[] getFeatureTypes(IDataStoreParameters dsp) throws ReadException {
83
		return new IFeatureType[] {DGNStore.newFeatureType()};
85 84
	}
86 85

  
87 86

  
87

  
88 88
}

Also available in: Unified diff