Statistics
| Revision:

root / trunk / libraries / libFMap_dataFile / src / org / gvsig / data / datastores / vectorial / file / dgn / DGNDataExplorerParameters.java @ 20744

History | View | Annotate | Download (288 Bytes)

1
package org.gvsig.data.datastores.vectorial.file.dgn;
2

    
3
import org.gvsig.data.datastores.vectorial.file.FileExplorerParameters;
4

    
5
public class DGNDataExplorerParameters extends FileExplorerParameters {
6

    
7
        public String getDataExplorerName() {
8
                return DGNDataExplorer.DATASOURCE_NAME;
9
        }
10

    
11
}