com.vividsolutions.jts.noding.snapround
Class SnapRounder

java.lang.Object
  extended bycom.vividsolutions.jts.noding.snapround.SnapRounder

public class SnapRounder
extends java.lang.Object

Uses snap rounding to compute a rounded, noded arrangement from a set of linestrings.

Version:
1.4.0

Field Summary
protected  LineIntersector li
           
 
Constructor Summary
SnapRounder()
           
 
Method Summary
 java.util.Collection node(java.util.Collection inputSegmentStrings)
           
 void setLineIntersector(LineIntersector li)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

li

protected LineIntersector li
Constructor Detail

SnapRounder

public SnapRounder()
Method Detail

setLineIntersector

public void setLineIntersector(LineIntersector li)

node

public java.util.Collection node(java.util.Collection inputSegmentStrings)