Revision 33657 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureType.java

View differences:

DefaultFeatureType.java
7 7
import java.util.List;
8 8

  
9 9
import org.cresques.cts.IProjection;
10

  
10 11
import org.gvsig.fmap.dal.DataTypes;
11 12
import org.gvsig.fmap.dal.exception.DataException;
12 13
import org.gvsig.fmap.dal.feature.EditableFeatureType;
......
608 609
	}
609 610

  
610 611
	public String getFullName() {
612
        // TODO: usar el DynClassName
611 613
		return this.id;
612 614
	}
613 615

  

Also available in: Unified diff