JTS Core 1.17.1
Packages
Classes
Search
About
Top
select(MonotoneChain, int): void
select(LineSegment): void
Bottom
Source
Classic
org.locationtech.jts.index.chain
Class MonotoneChainSelectAction
Hierarchy:
Object
, MonotoneChainSelectAction
Direct Known Subclasses:
MCIndexPointSnapper.HotPixelSnapAction
public class MonotoneChainSelectAction
The action for the internal iterator for performing envelope select queries on a MonotoneChain
Other
version: 1.7
public
void select(
MonotoneChain
mc, int startIndex)
This method is overridden to process a segment in the context of the parent chain.
Parameters:
mc - mc the parent chain
startIndex - startIndex the index of the start vertex of the segment being processed
public
void select(
LineSegment
seg)
This is a convenience method which can be overridden to obtain the actual line segment which is selected.
Parameters:
seg - seg