Package | Description |
---|---|
com.vividsolutions.jts.noding | |
com.vividsolutions.jts.noding.snapround |
Modifier and Type | Class and 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 and Description |
---|
ScaledNoder(Noder noder,
double scaleFactor) |
ScaledNoder(Noder noder,
double scaleFactor,
double offsetX,
double offsetY) |
Modifier and Type | Class and 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 © 2016. All rights reserved.