Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

geos::operation::predicate::SegmentIntersectionTester Class Reference

Tests if any line segments in two sets of CoordinateSequences intersect. Optimized for use when at least one input is of small size. More...

#include <SegmentIntersectionTester.h>

List of all members.

Public Member Functions

bool hasIntersectionWithLineStrings (const geom::CoordinateSequence &seq, const std::vector< const geom::LineString * > &lines)
bool hasIntersection (const geom::CoordinateSequence &seq0, const geom::CoordinateSequence &seq1)


Detailed Description

Tests if any line segments in two sets of CoordinateSequences intersect. Optimized for use when at least one input is of small size.

Short-circuited to return as soon an intersection is found.


The documentation for this class was generated from the following file:
Generated on Thu Jun 11 06:17:03 2009 for GEOS by  doxygen 1.4.4