|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Noder | |
---|---|
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. |
com.vividsolutions.jts.operation.buffer | Provides classes for computing buffers of geometries |
Uses of Noder in com.vividsolutions.jts.noding |
---|
Classes in com.vividsolutions.jts.noding that implement Noder | |
---|---|
class |
IteratedNoder
Nodes a set of NodedSegmentString s completely. |
class |
MCIndexNoder
Nodes a set of SegmentString s using a index based
on MonotoneChain s and a SpatialIndex . |
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. |
Constructors in com.vividsolutions.jts.noding with parameters of type Noder | |
---|---|
ScaledNoder(Noder noder,
double scaleFactor)
|
|
ScaledNoder(Noder noder,
double scaleFactor,
double offsetX,
double offsetY)
|
Uses of Noder in com.vividsolutions.jts.noding.snapround |
---|
Classes in com.vividsolutions.jts.noding.snapround that implement Noder | |
---|---|
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. |
Uses of Noder in com.vividsolutions.jts.operation.buffer |
---|
Methods in com.vividsolutions.jts.operation.buffer with parameters of type Noder | |
---|---|
void |
BufferBuilder.setNoder(Noder noder)
Sets the Noder to use during noding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |