17#include <geos/operation/cluster/AbstractClusterFinder.h>
18#include <geos/geom/Envelope.h>
45 double m_distance_squared;
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition Envelope.h:59
double distanceSquared(const Envelope &env) const
Computes the square of the distance between this and another Envelope.
Definition Envelope.h:695
void expandBy(double deltaX, double deltaY)
Expands this envelope by a given distance in all directions. Both positive and negative distances are...
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
virtual const Envelope * getEnvelopeInternal() const =0
Returns the minimum and maximum x and y values in this Geometry, or a null Envelope if this Geometry ...
Definition AbstractClusterFinder.h:45
Definition EnvelopeDistanceClusterFinder.h:27
const geom::Envelope & queryEnvelope(const geom::Geometry *a) override
Definition EnvelopeDistanceClusterFinder.h:32
bool shouldJoin(const geom::Geometry *a, const geom::Geometry *b) override
Definition EnvelopeDistanceClusterFinder.h:38
Basic namespace for all GEOS functionalities.
Definition geos.h:39