com.vividsolutions.jts.noding.snapround

Class MCIndexPointSnapper.HotPixelSnapAction

Enclosing Class:
MCIndexPointSnapper

public class MCIndexPointSnapper.HotPixelSnapAction
extends MonotoneChainSelectAction

Constructor Summary

HotPixelSnapAction(HotPixel hotPixel, SegmentString parentEdge, int vertexIndex)

Method Summary

boolean
isNodeAdded()
void
select(MonotoneChain mc, int startIndex)

Methods inherited from class com.vividsolutions.jts.index.chain.MonotoneChainSelectAction

select, select

Constructor Details

HotPixelSnapAction

public HotPixelSnapAction(HotPixel hotPixel,
                          SegmentString parentEdge,
                          int vertexIndex)

Method Details

isNodeAdded

public boolean isNodeAdded()

select

public void select(MonotoneChain mc,
                   int startIndex)
Overrides:
select in interface MonotoneChainSelectAction