Revision 47404 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/DefaultFeatureAttributeDescriptor.java

View differences:

DefaultFeatureAttributeDescriptor.java
434 434
            return null;
435 435
        }
436 436
        if (this.geomType == null) {
437
            if((this.geometryType == Geometry.TYPES.UNKNOWN || this.geometryType == Geometry.TYPES.NULL) && 
438
                    (this.geometrySubType == Geometry.SUBTYPES.UNKNOWN)){
439
                return null;
440
            }
437 441
            try {
438 442
                this.geomType
439 443
                        = GeometryLocator.getGeometryManager().getGeometryType(

Also available in: Unified diff