20#ifndef GEOS_GEOM_PREP_PREPAREDLINESTRING_H
21#define GEOS_GEOM_PREP_PREPAREDLINESTRING_H
23#include <geos/geom/prep/BasicPreparedGeometry.h>
24#include <geos/noding/SegmentString.h>
43class PreparedLineString :
public BasicPreparedGeometry
47 mutable noding::SegmentString::ConstVect segStrings;
53 BasicPreparedGeometry(
geom),
57 ~PreparedLineString();
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
bool intersects(const geom::Geometry *g) const
Finds if two sets of SegmentStringss intersect.
Definition FastSegmentSetIntersectionFinder.h:50
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition PreparedLineString.h:27
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25