Uses of Package
com.vividsolutions.jts.index.chain

Packages that use com.vividsolutions.jts.index.chain
com.vividsolutions.jts.index.chain Contains classes that implement Monotone Chains 
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. 
 

Classes in com.vividsolutions.jts.index.chain used by com.vividsolutions.jts.index.chain
MonotoneChain
          Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of intersections.
MonotoneChainOverlapAction
          The action for the internal iterator for performing overlap queries on a MonotoneChain
MonotoneChainSelectAction
          The action for the internal iterator for performing envelope select queries on a MonotoneChain
 

Classes in com.vividsolutions.jts.index.chain used by com.vividsolutions.jts.noding
MonotoneChain
          Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of intersections.
MonotoneChainOverlapAction
          The action for the internal iterator for performing overlap queries on a MonotoneChain
 

Classes in com.vividsolutions.jts.index.chain used by com.vividsolutions.jts.noding.snapround
MonotoneChain
          Monotone Chains are a way of partitioning the segments of a linestring to allow for fast searching of intersections.
MonotoneChainSelectAction
          The action for the internal iterator for performing envelope select queries on a MonotoneChain
 



Copyright © 2012. All Rights Reserved.