Revision 9524 branches/piloto3d/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/rules/RulePolygon.java

View differences:

RulePolygon.java
69 69
        	return true;
70 70
        }
71 71
        GeneralPathX gp = new GeneralPathX();
72
        gp.append(geom.getPathIterator(null, FConverter.flatness), true);
72
        gp.append(geom.getPathIterator(null, FConverter.FLATNESS), true);
73 73
        
74 74
        if (gp.isClosed())
75 75
        {

Also available in: Unified diff