Class MonotoneChainSelectAction
The action for the internal iterator for performing envelope select queries on a MonotoneChain.
Inherited Members
Namespace: NetTopologySuite .Index.Chain
Assembly: NetTopologySuite.dll
Syntax
public class MonotoneChainSelectAction
Fields
| Edit this page View SourceSelectedSegment
Declaration
public LineSegment SelectedSegment
Field Value
Type | Description |
---|---|
Line |
Methods
| Edit this page View SourceSelect(LineSegment)
This is a convenience method which can be overridden to obtain the actual line segment which is selected.
Declaration
public virtual void Select(LineSegment seg)
Parameters
Type | Name | Description |
---|---|---|
Line |
seg |
Select(MonotoneChain, int)
This method is overridden to process a segment in the context of the parent chain.
Declaration
public virtual void Select(MonotoneChain mc, int startIndex)
Parameters
Type | Name | Description |
---|---|---|
Monotone |
mc | The parent chain |
int | startIndex | The index of the start vertex of the segment being processed |