Uses of Class
org.locationtech.jts.geomgraph.index.MonotoneChainEdge
-
Packages that use MonotoneChainEdge Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.geomgraph.index Contains classes that implement indexes for performing noding on geometry graph edges. -
-
Uses of MonotoneChainEdge in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as MonotoneChainEdge Modifier and Type Field Description private MonotoneChainEdgeEdge. mceMethods in org.locationtech.jts.geomgraph that return MonotoneChainEdge Modifier and Type Method Description MonotoneChainEdgeEdge. getMonotoneChainEdge() -
Uses of MonotoneChainEdge in org.locationtech.jts.geomgraph.index
Fields in org.locationtech.jts.geomgraph.index declared as MonotoneChainEdge Modifier and Type Field Description (package private) MonotoneChainEdgeMonotoneChain. mceMethods in org.locationtech.jts.geomgraph.index with parameters of type MonotoneChainEdge Modifier and Type Method Description voidMonotoneChainEdge. computeIntersects(MonotoneChainEdge mce, SegmentIntersector si)private voidMonotoneChainEdge. computeIntersectsForChain(int start0, int end0, MonotoneChainEdge mce, int start1, int end1, SegmentIntersector ei)voidMonotoneChainEdge. computeIntersectsForChain(int chainIndex0, MonotoneChainEdge mce, int chainIndex1, SegmentIntersector si)private booleanMonotoneChainEdge. overlaps(int start0, int end0, MonotoneChainEdge mce, int start1, int end1)Tests whether the envelopes of two chain sections overlap (intersect).Constructors in org.locationtech.jts.geomgraph.index with parameters of type MonotoneChainEdge Constructor Description MonotoneChain(MonotoneChainEdge mce, int chainIndex)
-