| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IteratedNoder
Nodes a set of
NodedSegmentStrings completely.
|
class |
MCIndexNoder
|
class |
ScaledNoder
Wraps a
Noder and transforms its input into the integer domain.
|
class |
SimpleNoder
Nodes a set of
SegmentStrings by performing a brute-force comparison of every segment to every other one.
|
class |
SinglePassNoder
Base class for
Noders which make a single pass to find intersections.
|
| Constructor and Description | |
|---|---|
ScaledNoder(Noder
|
|
ScaledNoder(Noder
|
| Modifier and Type | Class and Description |
|---|---|
class |
MCIndexSnapRounder
Uses Snap Rounding to compute a rounded, fully noded arrangement from a set of
SegmentStrings.
|
class |
SimpleSnapRounder
Uses Snap Rounding to compute a rounded, fully noded arrangement from a set of
SegmentStrings.
|