Revision 9524 branches/piloto3d/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/GeneralPathX.java

View differences:

GeneralPathX.java
335 335
     */
336 336
    public boolean isClosed()
337 337
    {
338
		PathIterator theIterator = getPathIterator(null, FConverter.flatness); //polyLine.getPathIterator(null, flatness);
338
		PathIterator theIterator = getPathIterator(null, FConverter.FLATNESS); //polyLine.getPathIterator(null, flatness);
339 339
		double[] theData = new double[6];
340 340
        double xFinal = 0;
341 341
        double yFinal = 0;
......
786 786
     */
787 787
    public void flip()
788 788
	{
789
		PathIterator theIterator = getPathIterator(null, FConverter.flatness); //polyLine.getPathIterator(null, flatness);
789
		PathIterator theIterator = getPathIterator(null, FConverter.FLATNESS); //polyLine.getPathIterator(null, flatness);
790 790
		double[] theData = new double[6];
791 791
        Coordinate first = null;
792 792
        CoordinateList coordList = new CoordinateList();
......
984 984
    {
985 985
        int i;
986 986
        
987
		PathIterator theIterator = getPathIterator(null, FConverter.flatness); //polyLine.getPathIterator(null, flatness);
987
		PathIterator theIterator = getPathIterator(null, FConverter.FLATNESS); //polyLine.getPathIterator(null, flatness);
988 988
		double[] theData = new double[6];
989 989
        Coordinate first = null;
990 990
        CoordinateList coordList = new CoordinateList();

Also available in: Unified diff