Revision 33205 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/Feature.java

View differences:

Feature.java
6 6
import org.cresques.cts.IProjection;
7 7
import org.gvsig.fmap.geom.Geometry;
8 8
import org.gvsig.fmap.geom.primitive.Envelope;
9
import org.gvsig.tools.dynobject.DynObject;
9 10

  
10 11
/**
11 12
 * <p>Represents the basic data unit of a tabular structure, equivalent
......
41 42
 * </p>
42 43
 *
43 44
 */
44
public interface Feature {
45
public interface Feature extends DynObject {
45 46

  
46 47
	/**
47 48
	 * Returns a unique identifier for this Feature in the associated store.

Also available in: Unified diff