GEOS
3.14.0dev
|
A base class for PreparedGeometry subclasses. More...
#include <BasicPreparedGeometry.h>
Public Member Functions | |
BasicPreparedGeometry (const Geometry *geom) | |
const geom::Geometry & | getGeometry () const override |
Gets the original Geometry which has been prepared. More... | |
const std::vector< const CoordinateXY * > * | getRepresentativePoints () const |
bool | isAnyTargetComponentInTest (const geom::Geometry *testGeom) const |
bool | within (const geom::Geometry *g) const override |
bool | contains (const geom::Geometry *g) const override |
bool | containsProperly (const geom::Geometry *g) const override |
bool | coveredBy (const geom::Geometry *g) const override |
bool | covers (const geom::Geometry *g) const override |
bool | crosses (const geom::Geometry *g) const override |
bool | disjoint (const geom::Geometry *g) const override |
bool | intersects (const geom::Geometry *g) const override |
bool | overlaps (const geom::Geometry *g) const override |
bool | touches (const geom::Geometry *g) const override |
std::unique_ptr< IntersectionMatrix > | relate (const geom::Geometry *g) const override |
bool | relate (const geom::Geometry *g, const std::string &pat) const override |
std::unique_ptr< geom::CoordinateSequence > | nearestPoints (const geom::Geometry *g) const override |
double | distance (const geom::Geometry *g) const override |
bool | isWithinDistance (const geom::Geometry *geom, double dist) const override |
std::string | toString () |
Protected Member Functions | |
void | setGeometry (const geom::Geometry *geom) |
bool | envelopesIntersect (const geom::Geometry *g) const |
bool | envelopeCovers (const geom::Geometry *g) const |
A base class for PreparedGeometry subclasses.
Contains default implementations for methods, which simply delegate to the equivalent Geometry methods. This class may be used as a "no-op" class for Geometry types which do not have a corresponding PreparedGeometry implementation.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
overridevirtual |
Standard implementation for all geometries. Supports GeometryCollections as input.
Implements geos::geom::prep::PreparedGeometry.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon, and geos::geom::prep::PreparedLineString.
|
protected |
|
protected |
|
inlineoverridevirtual |
Gets the original Geometry which has been prepared.
Implements geos::geom::prep::PreparedGeometry.
|
inline |
Gets the list of representative points for this geometry. One vertex is included for every component of the geometry (i.e. including one for every ring of polygonal geometries)
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon, geos::geom::prep::PreparedPoint, and geos::geom::prep::PreparedLineString.
bool geos::geom::prep::BasicPreparedGeometry::isAnyTargetComponentInTest | ( | const geom::Geometry * | testGeom | ) | const |
Tests whether any representative of the target geometry intersects the test geometry. This is useful in A/A, A/L, A/P, L/P, and P/P cases.
testGeom | the test geometry |
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon, and geos::geom::prep::PreparedLineString.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedLineString.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
protected |
Sets the original Geometry which will be prepared.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
overridevirtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.