GEOS
3.4.2
|
A base class for PreparedGeometry subclasses. More...
#include <BasicPreparedGeometry.h>
Public Member Functions | |
BasicPreparedGeometry (const Geometry *geom) | |
const geom::Geometry & | getGeometry () const |
const Coordinate::ConstVect * | getRepresentativePoints () const |
bool | isAnyTargetComponentInTest (const geom::Geometry *testGeom) const |
bool | contains (const geom::Geometry *g) const |
bool | containsProperly (const geom::Geometry *g) const |
bool | coveredBy (const geom::Geometry *g) const |
bool | covers (const geom::Geometry *g) const |
bool | crosses (const geom::Geometry *g) const |
bool | disjoint (const geom::Geometry *g) const |
bool | intersects (const geom::Geometry *g) const |
bool | overlaps (const geom::Geometry *g) const |
bool | touches (const geom::Geometry *g) const |
bool | within (const geom::Geometry *g) const |
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.
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon.
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon.
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon.
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
virtual |
Standard implementation for all geometries. Supports GeometryCollections as input.
Implements geos::geom::prep::PreparedGeometry.
|
protected |
|
protected |
|
inlinevirtual |
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)
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
Reimplemented in geos::geom::prep::PreparedPolygon, 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.
geom | the test geometry |
repPts | the representative points of the target geometry |
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
protected |
Sets the original Geometry which will be prepared.
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.
|
virtual |
Default implementation.
Implements geos::geom::prep::PreparedGeometry.