Revision 33331 branches/v2_0_0_prep/libraries/libFMap_controls/src/org/gvsig/fmap/mapcontrol/dal/feature/swing/table/ConfigurableFeatureTableModel.java

View differences:

ConfigurableFeatureTableModel.java
274 274
            // By default, geometry columns will not be visible
275 275
            FeatureAttributeDescriptor descriptor = super
276 276
                    .getDescriptorForColumn(i);
277
            if (descriptor.getDataType() != DataTypes.GEOMETRY) {
277
            if (descriptor.getType() != DataTypes.GEOMETRY) {
278 278
                visibleColumnNames.add(columnName);
279 279
            }
280 280
        }

Also available in: Unified diff