Statistics
| Revision:

root / branches / Mobile_Compatible_Hito_1 / libFMap_data / src / org / gvsig / data / vectorial / FeatureID.java @ 21563

History | View | Annotate | Download (189 Bytes)

1
package org.gvsig.data.vectorial;
2

    
3
import org.gvsig.data.ReadException;
4

    
5

    
6
public interface FeatureID {
7

    
8
        public Feature getFeature(FeatureType featureType) throws ReadException;
9
}