Uses of Interface
com.vividsolutions.jts.noding.Noder

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 NodedSegmentStrings completely.
 class MCIndexNoder
          Nodes a set of SegmentStrings using a index based on MonotoneChains and a SpatialIndex.
 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.
 

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

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.
 



Copyright © 2012. All Rights Reserved.