Statistics
| Revision:

root / trunk / libraries / libDataSource / src / org / gvsig / data / vectorial / IEvaluable.java @ 20084

History | View | Annotate | Download (159 Bytes)

1
package org.gvsig.data.vectorial;
2

    
3
public interface IEvaluable {
4
        Object evalue(IFeatureStore store,IFeature feature,IFeatureAttributeDescriptor attribute);
5
}