|
JTS Topology Suite version 1.13 | ||||||||
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 method which can be overridden to obtain the actual line segment which is selected. |
void |
select(MonotoneChain mc,
int startIndex)
This method is overridden to process a segment in the context of the parent chain. |
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 startIndex)
mc
- the parent chainstartIndex
- the index of the start vertex of the segment being processedpublic void select(LineSegment seg)
seg
-
|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |