|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.index.chain.MonotoneChainSelectAction
public class MonotoneChainSelectAction
The action for the internal iterator for performing envelope select queries on a MonotoneChain
Constructor Summary | |
---|---|
MonotoneChainSelectAction()
|
Method Summary | |
---|---|
void |
select(LineSegment seg)
This is a convenience function which can be overridden to obtain the actual line segment which is selected. |
void |
select(MonotoneChain mc,
int start)
This function can be overridden if the original chain is needed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonotoneChainSelectAction()
Method Detail |
---|
public void select(MonotoneChain mc, int start)
public void select(LineSegment seg)
seg
-
|
JTS Topology Suite - v 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |