|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geomgraph.index.MonotoneChainIndexer
public class MonotoneChainIndexer
MonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of intersections. They have the following properties:
Constructor Summary | |
---|---|
MonotoneChainIndexer()
|
Method Summary | |
---|---|
int[] |
getChainStartIndices(Coordinate[] pts)
|
static int[] |
toIntArray(java.util.List list)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonotoneChainIndexer()
Method Detail |
---|
public static int[] toIntArray(java.util.List list)
public int[] getChainStartIndices(Coordinate[] pts)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |