Package org.locationtech.jts.index.chain
Class MonotoneChainSelectAction
java.lang.Object
org.locationtech.jts.index.chain.MonotoneChainSelectAction
- Direct Known Subclasses:
MCIndexPointSnapper.HotPixelSnapAction
The action for the internal iterator for performing
envelope select queries on a MonotoneChain
- Version:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
MonotoneChainSelectAction
public MonotoneChainSelectAction()
-
-
Method Details
-
select
This method is overridden to process a segment in the context of the parent chain.- Parameters:
mc
- the parent chainstartIndex
- the index of the start vertex of the segment being processed
-
select
This is a convenience method which can be overridden to obtain the actual line segment which is selected.- Parameters:
seg
-
-