Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libDataSource / src / org / gvsig / data / vectorial / IFeatureID.java @ 20412

History | View | Annotate | Download (255 Bytes)

1
package org.gvsig.data.vectorial;
2

    
3
import org.gvsig.data.exception.ReadException;
4

    
5

    
6
public interface IFeatureID {
7

    
8
        public IFeature getFeature(IFeatureType featureType) throws ReadException, NumberFormatException, IsNotFeatureSettingException;
9
}