Statistics
| Revision:

root / trunk / libraries / libDataSource / src / org / gvsig / data / vectorial / IFeatureID.java @ 19399

History | View | Annotate | Download (131 Bytes)

1
package org.gvsig.data.vectorial;
2

    
3

    
4
public interface IFeatureID {
5

    
6
        public IFeature getFeature(IFeatureType featureType);
7
}