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

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

Uses of SegmentIntersector in com.vividsolutions.jts.noding
 

Classes in com.vividsolutions.jts.noding that implement SegmentIntersector
 class InteriorIntersectionFinder
          Finds an interior intersection in a set of SegmentStrings, if one exists.
 class IntersectionAdder
          Computes the intersections between two line segments in SegmentStrings and adds them to each string.
 class IntersectionFinderAdder
          Finds proper and interior intersections in a set of SegmentStrings, and adds them as nodes.
 class SegmentIntersectionDetector
          Detects and records an intersection between two SegmentStrings, if one exists.
 

Fields in com.vividsolutions.jts.noding declared as SegmentIntersector
protected  SegmentIntersector SinglePassNoder.segInt
           
protected  SegmentIntersector SegmentSetMutualIntersector.segInt
           
 

Methods in com.vividsolutions.jts.noding with parameters of type SegmentIntersector
 void SinglePassNoder.setSegmentIntersector(SegmentIntersector segInt)
          Sets the SegmentIntersector to use with this noder.
 void SegmentSetMutualIntersector.setSegmentIntersector(SegmentIntersector segInt)
          Sets the SegmentIntersector to use with this intersector.
 

Constructors in com.vividsolutions.jts.noding with parameters of type SegmentIntersector
MCIndexNoder.SegmentOverlapAction(SegmentIntersector si)
           
MCIndexNoder(SegmentIntersector si)
           
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction(SegmentIntersector si)
           
SinglePassNoder(SegmentIntersector segInt)
           
 



Copyright © 2012. All Rights Reserved.