Revision 42716 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/DefaultEditableFeatureAttributeDescriptor.java

View differences:

DefaultEditableFeatureAttributeDescriptor.java
160 160
        return this;
161 161
    }
162 162

  
163
    @Override
164
    public EditableFeatureAttributeDescriptor setGeometryType(int type, int subType) {
165
        this.geometryType = type;
166
        this.geometrySubType = subType;
167
        this.geomType = null;
168
        return this;
169
    }
170

  
163 171
    public EditableFeatureAttributeDescriptor setIsPrimaryKey(
164 172
        boolean isPrimaryKey) {
165 173
        this.primaryKey = isPrimaryKey;

Also available in: Unified diff