Class MCIndexPointSnapper.HotPixelSnapAction
java.lang.Object
org.locationtech.jts.index.chain.MonotoneChainSelectAction
org.locationtech.jts.noding.snapround.MCIndexPointSnapper.HotPixelSnapAction
- Enclosing class:
MCIndexPointSnapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate HotPixelprivate intprivate booleanprivate SegmentString -
Constructor Summary
ConstructorsConstructorDescriptionHotPixelSnapAction(HotPixel hotPixel, SegmentString parentEdge, int hotPixelVertexIndex) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidselect(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
-
Field Details
-
hotPixel
-
parentEdge
-
hotPixelVertexIndex
private int hotPixelVertexIndex -
isNodeAdded
private boolean isNodeAdded
-
-
Constructor Details
-
HotPixelSnapAction
-
-
Method Details
-
isNodeAdded
public boolean isNodeAdded() -
select
Description copied from class:MonotoneChainSelectActionThis method is overridden to process a segment in the context of the parent chain.- Overrides:
selectin classMonotoneChainSelectAction- Parameters:
mc- the parent chainstartIndex- the index of the start vertex of the segment being processed
-