Revision 19632 trunk/libraries/libTopology/src/org/gvsig/jts/LineStringSelfIntersectionChecker.java

View differences:

LineStringSelfIntersectionChecker.java
158 158
				{
159 159
					//the coordinate is equal to one of the nodes of a lineString
160 160
					//if the lineString is not closed, it could not be proper
161
					if(GeometrySnapper.isClosed(lineString, snapTolerance))
161
					if(JtsUtil.isClosed(lineString, snapTolerance))
162 162
						solution = true;
163 163
				}// if
164 164
//			}// if

Also available in: Unified diff