Revision 42471

View differences:

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/FeatureType.java
72 72
 * <li>Getting the default spatial reference system.
73 73
 * <ul/>
74 74
 */
75
public interface FeatureType extends DynClass {
75
public interface FeatureType extends DynClass, Iterable<FeatureAttributeDescriptor> {
76 76

  
77 77
	/**
78 78
	 * Returns a new copy of this FeatureType
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultFeatureType.java
52 52
import org.gvsig.tools.dynobject.exception.DynMethodException;
53 53
import org.gvsig.tools.dynobject.exception.DynObjectValidateException;
54 54

  
55
public class DefaultFeatureType extends ArrayList implements FeatureType,
55
public class DefaultFeatureType extends ArrayList<FeatureAttributeDescriptor> implements FeatureType,
56 56
		DynClass {
57 57

  
58 58
	/**

Also available in: Unified diff