Revision 38452 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/operation/tojts/Surface2DToJTS.java

View differences:

Surface2DToJTS.java
68 68
		ArrayList holes = new ArrayList();
69 69
		Coordinate[] points = null;
70 70

  
71
		theIterator = geom.getPathIterator(null, geomManager.getFlatness());
72

  
73 71
		while (!theIterator.isDone()) {
74 72
			//while not done
75 73
			theType = theIterator.currentSegment(theData);

Also available in: Unified diff