| 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
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 | 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
SegmentStrings. |
class |
SimpleSnapRounder |
Uses Snap Rounding to compute a rounded,
fully noded arrangement from a set of
SegmentStrings. |
Copyright © 2018. All rights reserved.