Class MonotoneChainSelectAction
- Namespace
- NetTopologySuite.Index.Chain
- Assembly
- NetTopologySuite.dll
The action for the internal iterator for performing envelope select queries on a MonotoneChain.
public class MonotoneChainSelectAction
- Inheritance
-
MonotoneChainSelectAction
- Derived
- Inherited Members
Constructors
MonotoneChainSelectAction()
public MonotoneChainSelectAction()
Fields
SelectedSegment
public LineSegment SelectedSegment
Field Value
Methods
Select(LineSegment)
This is a convenience method which can be overridden to obtain the actual line segment which is selected.
public virtual void Select(LineSegment seg)
Parameters
segLineSegment
Select(MonotoneChain, int)
This method is overridden to process a segment in the context of the parent chain.
public virtual void Select(MonotoneChain mc, int startIndex)
Parameters
mcMonotoneChainThe parent chain
startIndexintThe index of the start vertex of the segment being processed