21#include <geos/export.h>
22#include <geos/algorithm/PointLocator.h>
23#include <geos/geom/Geometry.h>
24#include <geos/geom/Location.h>
31#pragma warning(disable: 4251)
57class GEOS_DLL FuzzyPointLocator {
73 std::unique_ptr<geom::Geometry> linework;
85 FuzzyPointLocator(
const FuzzyPointLocator& other) =
delete;
86 FuzzyPointLocator& operator=(
const FuzzyPointLocator& rhs) =
delete;
Computes the topological relationship (Location) of a single point to a Geometry.
Definition PointLocator.h:56
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Location
Constants representing the location of a point relative to a geometry.
Definition Location.h:32
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition namespaces.h:229
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Basic namespace for all GEOS functionalities.
Definition geos.h:39