Class MCIndexPointSnapper.HotPixelSnapAction
- java.lang.Object
-
- org.locationtech.jts.index.chain.MonotoneChainSelectAction
-
- org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
-
- Enclosing class:
- MCIndexPointSnapper
public static class MCIndexPointSnapper.HotPixelSnapAction extends MonotoneChainSelectAction
-
-
Constructor Summary
Constructors Constructor Description HotPixelSnapAction(HotPixel hotPixel, SegmentString parentEdge, int hotPixelVertexIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNodeAdded()
void
select(MonotoneChain mc, int startIndex)
This method is overridden to process a segment in the context of the parent chain.-
Methods inherited from class org.locationtech.jts.index.chain.MonotoneChainSelectAction
select
-
-
-
-
Constructor Detail
-
HotPixelSnapAction
public HotPixelSnapAction(HotPixel hotPixel, SegmentString parentEdge, int hotPixelVertexIndex)
-
-
Method Detail
-
isNodeAdded
public boolean isNodeAdded()
-
select
public void select(MonotoneChain mc, int startIndex)
Description copied from class:MonotoneChainSelectAction
This method is overridden to process a segment in the context of the parent chain.- Overrides:
select
in classMonotoneChainSelectAction
- Parameters:
mc
- the parent chainstartIndex
- the index of the start vertex of the segment being processed
-
-