Uses of Interface
org.locationtech.jts.noding.Noder
-
Packages that use Noder Package Description org.locationtech.jts.noding org.locationtech.jts.noding.snapround -
-
Uses of Noder in org.locationtech.jts.noding
Classes in org.locationtech.jts.noding that implement Noder Modifier and Type Class Description classMCIndexNoderclassScaledNoderWraps aNoderand transforms its input into the integer domain.classSinglePassNoderBase class forNoders which make a single pass to find intersections.Constructors in org.locationtech.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 org.locationtech.jts.noding.snapround
Classes in org.locationtech.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.
-