#include <MonotoneChainOverlapAction.h>
Inherited by geos::noding::MCIndexNoder::SegmentOverlapAction.
Public Member Functions | |
virtual void | overlap (MonotoneChain *mc1, int start1, MonotoneChain *mc2, int start2) |
virtual void | overlap (geom::LineSegment *, geom::LineSegment *) |
Public Attributes | |
geom::Envelope * | tempEnv1 |
geom::Envelope * | tempEnv2 |
Protected Attributes | |
geom::LineSegment * | overlapSeg1 |
geom::LineSegment * | overlapSeg2 |
virtual void geos::index::chain::MonotoneChainOverlapAction::overlap | ( | MonotoneChain * | mc1, | |
int | start1, | |||
MonotoneChain * | mc2, | |||
int | start2 | |||
) | [virtual] |
virtual void geos::index::chain::MonotoneChainOverlapAction::overlap | ( | geom::LineSegment * | , | |
geom::LineSegment * | ||||
) | [inline, virtual] |
This is a convenience function which can be overridden to obtain the actual line segments which overlap
seg1 | ||
seg2 |