Statistics
| Revision:

root / branches / Mobile_Compatible_Hito_1 / libFMap / src-data / org / gvsig / data / vectorial / IFeatureStoreExplorer.java @ 21606

History | View | Annotate | Download (312 Bytes)

1 21606 jldominguez
package org.gvsig.data.vectorial;
2
3
import org.gvsig.data.IDataExplorer;
4
import org.gvsig.data.IDataStoreParameters;
5
import org.gvsig.data.exception.ReadException;
6
7
public interface IFeatureStoreExplorer extends IDataExplorer{
8
9
10
        IFeatureType[] getFeatureTypes(IDataStoreParameters dsp) throws ReadException;
11
12
13
}