Uses of Interface
com.vividsolutions.jts.noding.Noder
-
Packages that use Noder Package Description com.vividsolutions.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.com.vividsolutions.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings. -
-
Uses of Noder in com.vividsolutions.jts.noding
Classes in com.vividsolutions.jts.noding that implement Noder Modifier and Type Class Description classIteratedNoderNodes a set ofNodedSegmentStrings completely.classMCIndexNoderclassScaledNoderWraps aNoderand transforms its input into the integer domain.classSimpleNoderNodes a set ofSegmentStrings by performing a brute-force comparison of every segment to every other one.classSinglePassNoderBase class forNoders which make a single pass to find intersections.Constructors in com.vividsolutions.jts.noding with parameters of type Noder Constructor Description ScaledNoder(Noder noder, double scaleFactor)ScaledNoder(Noder noder, double scaleFactor, double offsetX, double offsetY) -
Uses of Noder in com.vividsolutions.jts.noding.snapround
Classes in com.vividsolutions.jts.noding.snapround that implement Noder Modifier and Type Class Description classMCIndexSnapRounderUses Snap Rounding to compute a rounded, fully noded arrangement from a set ofSegmentStrings.classSimpleSnapRounderUses Snap Rounding to compute a rounded, fully noded arrangement from a set ofSegmentStrings.
-