Revision 15842

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FPolyline2D.java
50 50

  
51 51
import org.cresques.cts.ICoordTrans;
52 52

  
53
import com.iver.cit.gvsig.fmap.core.v02.FConverter;
53 54

  
55

  
54 56
/**
55 57
 * DOCUMENT ME!
56 58
 *
......
149 151
		       Line2D l3 = new Line2D.Double(p3,p4);
150 152
		       Line2D l4 = new Line2D.Double(p4,p1);
151 153

  
152
		           theIterator = this.getPathIterator(null);
154
		           theIterator = this.getPathIterator(null,FConverter.FLATNESS);
153 155
		           arrayCoords = new ArrayList();
154 156
		           while(!theIterator.isDone()) {
155 157
		                    theType = theIterator.currentSegment(theData);

Also available in: Unified diff