Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libFMap_dataFile / src / org / gvsig / fmap / data / feature / file / shp / SHPDataExplorerParameters.java @ 24250

History | View | Annotate | Download (404 Bytes)

1 22373 jmvivo
package org.gvsig.fmap.data.feature.file.shp;
2 19533 jmvivo
3 22373 jmvivo
import org.gvsig.fmap.data.feature.file.FileExplorerParameters;
4 19533 jmvivo
5 20744 jmvivo
public class SHPDataExplorerParameters extends FileExplorerParameters {
6 20033 jmvivo
        public String getDataExplorerName() {
7 19907 vcaballero
                return SHPDataExplorer.DATASOURCE_NAME;
8 19533 jmvivo
        }
9
10 22185 jmvivo
        public String getDescription() {
11
                return "SHP Files";
12
        }
13 23340 jmvivo
14
        public String getDataStoreName() {
15
                return SHPStore.DATASTORE_NAME;
16
        }
17 19533 jmvivo
}