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.
Provides classes for computing buffers of geometries
-
Uses of Noder in org.locationtech.jts.noding
Classes in org.locationtech.jts.noding that implement NoderModifier and TypeClassDescriptionclassNodes a set ofNodedSegmentStrings completely.classclassWraps aNoderand transforms its input into the integer domain.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.Fields in org.locationtech.jts.noding declared as NoderConstructors in org.locationtech.jts.noding with parameters of type NoderModifierConstructorDescriptionScaledNoder(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 NoderModifier and TypeClassDescriptionclassUses Snap Rounding to compute a rounded, fully noded arrangement from a set ofSegmentStrings.classUses Snap Rounding to compute a rounded, fully noded arrangement from a set ofSegmentStrings. -
Uses of Noder in org.locationtech.jts.operation.buffer
Fields in org.locationtech.jts.operation.buffer declared as NoderMethods in org.locationtech.jts.operation.buffer that return NoderModifier and TypeMethodDescriptionprivate NoderBufferBuilder.getNoder(PrecisionModel precisionModel) Methods in org.locationtech.jts.operation.buffer with parameters of type Noder