Uses of Class
com.vividsolutions.jts.noding.SegmentSetMutualIntersector

Packages that use SegmentSetMutualIntersector
com.vividsolutions.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences. 
 

Uses of SegmentSetMutualIntersector in com.vividsolutions.jts.noding
 

Subclasses of SegmentSetMutualIntersector in com.vividsolutions.jts.noding
 class MCIndexSegmentSetMutualIntersector
          Intersects two sets of SegmentStrings using a index based on MonotoneChains and a SpatialIndex.
 class SimpleSegmentSetMutualIntersector
          Intersects two sets of SegmentStrings using brute-force comparasion.
 

Methods in com.vividsolutions.jts.noding that return SegmentSetMutualIntersector
 SegmentSetMutualIntersector FastSegmentSetIntersectionFinder.getSegmentSetIntersector()
          Gets the segment set intersector used by this class.
 



Copyright © 2012. All Rights Reserved.