Revision 42471 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

View differences:

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

Also available in: Unified diff