Package | Description |
---|---|
org.locationtech.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
org.locationtech.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IteratedNoder |
Nodes a set of
NodedSegmentString s completely. |
class |
MCIndexNoder |
|
class |
ScaledNoder |
Wraps a
Noder and transforms its input
into the integer domain. |
class |
SimpleNoder |
Nodes a set of
SegmentString s by
performing a brute-force comparison of every segment to every other one. |
class |
SinglePassNoder |
Base class for
Noder s which make a single
pass to find intersections. |
Constructor | Description |
---|---|
ScaledNoder(Noder noder,
double scaleFactor) |
|
ScaledNoder(Noder noder,
double scaleFactor,
double offsetX,
double offsetY) |
Modifier and Type | Class | Description |
---|---|---|
class |
MCIndexSnapRounder |
Uses Snap Rounding to compute a rounded,
fully noded arrangement from a set of
SegmentString s. |
class |
SimpleSnapRounder |
Uses Snap Rounding to compute a rounded,
fully noded arrangement from a set of
SegmentString s. |
Copyright © 2018. All rights reserved.