Revision 341 org.gvsig.toolbox/trunk/org.gvsig.toolbox/org.gvsig.toolbox.core/src/main/java/es/unex/sextante/dataObjects/ITable.java

View differences:

ITable.java
1 1
package es.unex.sextante.dataObjects;
2 2

  
3
import org.gvsig.fmap.dal.feature.FeatureStore;
4

  
3 5
/**
4 6
 * This is the base interface that all table objects have to implement to be able to be used by SEXTANTE algorithms.
5 7
 *
......
106 108
    */
107 109
   public int getFieldIndexByName(String fieldName);
108 110

  
109

  
111
   public FeatureStore getFeatureStore();
110 112
}

Also available in: Unified diff