Statistics
| Revision:

svn-gvsig-desktop / branches / Mobile_Compatible_Hito_1 / libFMap_data / src / org / gvsig / data / vectorial / FeatureStoreExplorer.java @ 21590

History | View | Annotate | Download (309 Bytes)

1
package org.gvsig.data.vectorial;
2

    
3
import org.gvsig.data.DataExplorer;
4
import org.gvsig.data.DataStoreParameters;
5
import org.gvsig.data.ReadException;
6

    
7
public interface FeatureStoreExplorer extends DataExplorer{
8

    
9

    
10
        FeatureType[] getFeatureTypes(DataStoreParameters dsp) throws ReadException;
11

    
12

    
13
}