26class PreparedLineStringNearestPoints {
29 static std::unique_ptr<geom::CoordinateSequence>
30 nearestPoints(
const PreparedLineString& prep,
const geom::Geometry* geom)
32 PreparedLineStringNearestPoints op(prep);
33 return op.nearestPoints(geom);
36 PreparedLineStringNearestPoints(
const PreparedLineString& prep)
40 std::unique_ptr<geom::CoordinateSequence> nearestPoints(
const geom::Geometry* g)
const;
44 const PreparedLineString& prepLine;
47 PreparedLineStringNearestPoints(
const PreparedLineStringNearestPoints& other) =
delete;
48 PreparedLineStringNearestPoints& operator=(
const PreparedLineStringNearestPoints& rhs) =
delete;
Basic namespace for all GEOS functionalities.
Definition: geos.h:39