com.vividsolutions.jts.index.chain

Class MonotoneChainSelectAction


public class MonotoneChainSelectAction
extends java.lang.Object

The action for the internal iterator for performing envelope select queries on a MonotoneChain
Version:
1.6

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

Method Details

select

public void select(LineSegment seg)
This is a convenience function which can be overridden to obtain the actual line segment which is selected
Parameters:
seg -

select

public void select(MonotoneChain mc,
                   int start)
This function can be overridden if the original chain is needed