Revision 42775 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/Feature.java

View differences:

Feature.java
28 28

  
29 29
import org.cresques.cts.IProjection;
30 30
import org.gvsig.fmap.dal.exception.DataException;
31
import org.gvsig.fmap.dal.feature.exception.ValidateFeaturesException;
32 31

  
33 32
import org.gvsig.fmap.geom.Geometry;
34 33
import org.gvsig.fmap.geom.primitive.Envelope;
......
463 462
	 *     of this feature
464 463
	 */
465 464
	public EvaluatorData getEvaluatorData();
465
        
466
        /**
467
         * Return the store associated to this feature.
468
         * 
469
         * @return the FeatureStore of the feature.
470
         */
471
        public FeatureStore getStore();
466 472
}

Also available in: Unified diff