Uses of Interface
org.locationtech.jts.noding.Noder
Packages that use Noder
Package
Description
Classes to compute nodings for arrangements of line segments and line segment sequences.
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
Contains classes that perform vector overlay
to compute boolean set-theoretic spatial functions.
-
Uses of Noder in org.locationtech.jts.noding
Classes in org.locationtech.jts.noding that implement NoderModifier and TypeClassDescriptionclassA noder which extracts chains of boundary segments asSegmentStrings from a polygonal coverage.classA noder which extracts boundary line segments asSegmentStrings.classNodes a set ofNodedSegmentStrings completely.classclassWraps aNoderand transforms its input into the integer domain.classA noder which extracts all line segments asSegmentStrings.classNodes a set ofSegmentStrings by performing a brute-force comparison of every segment to every other one.classBase class forNoders which make a single pass to find intersections.classA wrapper forNoders which validates the output arrangement is correctly noded.Constructors in org.locationtech.jts.noding with parameters of type NoderModifierConstructorDescriptionScaledNoder(Noder noder, double scaleFactor) ScaledNoder(Noder noder, double scaleFactor, double offsetX, double offsetY) ValidatingNoder(Noder noder) Creates a noding validator wrapping the given Noder -
Uses of Noder in org.locationtech.jts.noding.snap
Classes in org.locationtech.jts.noding.snap that implement NoderModifier and TypeClassDescriptionclassNodes a set of segment strings snapping vertices and intersection points together if they lie within the given snap tolerance distance. -
Uses of Noder in org.locationtech.jts.noding.snapround
Classes in org.locationtech.jts.noding.snapround that implement NoderModifier and TypeClassDescriptionclassDeprecated.Not robust.classUses Snap Rounding to compute a rounded, fully noded arrangement from a set ofSegmentStrings, in a performant way, and avoiding unnecessary noding. -
Uses of Noder in org.locationtech.jts.operation.overlayng
Methods in org.locationtech.jts.operation.overlayng with parameters of type NoderModifier and TypeMethodDescriptionstatic GeometryOverlayNG.overlay(Geometry geom0, Geometry geom1, int opCode, PrecisionModel pm, Noder noder) Computes an overlay operation on the given geometry operands, using a suppliedNoder.static GeometryComputes an overlay operation on the given geometry operands, using a suppliedNoder.