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
| Improve this Doc View SourceSelectedSegment
Declaration
public LineSegment SelectedSegment
Field Value
Type | Description |
---|---|
LineSegment |
Methods
| Improve this Doc 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 |
---|---|---|
LineSegment | seg |
Select(MonotoneChain, Int32)
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 |
---|---|---|
MonotoneChain | mc | The parent chain |
Int32 | startIndex | The index of the start vertex of the segment being processed |