24#include <geos/export.h>
25#include <geos/algorithm/distance/PointPairDistance.h>
26#include <geos/algorithm/distance/DistanceToPoint.h>
27#include <geos/util/IllegalArgumentException.h>
28#include <geos/geom/Geometry.h>
29#include <geos/util/math.h>
30#include <geos/geom/CoordinateFilter.h>
31#include <geos/geom/CoordinateSequence.h>
38#pragma warning(disable: 4251)
51namespace intervalrtree {
137 return ptDist.getDistance();
140 const std::array<geom::Coordinate, 2>
141 getCoordinates()
const
143 return ptDist.getCoordinates();
149 PointPairDistance& getFrecheDistance(std::vector< std::vector<PointPairDistance> >& ca, std::size_t i, std::size_t j,
158 PointPairDistance ptDist;
164 DiscreteFrechetDistance(
const DiscreteFrechetDistance& other) =
delete;
165 DiscreteFrechetDistance& operator=(
const DiscreteFrechetDistance& rhs) =
delete;
An algorithm for computing a distance metric which is an approximation to the Frechet Distance based ...
Definition: DiscreteFrechetDistance.h:105
void setDensifyFraction(double dFrac)
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:44
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Basic namespace for all GEOS functionalities.
Definition: geos.h:39