19 #ifndef GEOS_OP_OVERLAY_FUZZYPOINTLOCATOR_H 20 #define GEOS_OP_OVERLAY_FUZZYPOINTLOCATOR_H 22 #include <geos/export.h> 23 #include <geos/algorithm/PointLocator.h> 24 #include <geos/geom/Geometry.h> 25 #include <geos/geom/Location.h> 32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 74 std::unique_ptr<geom::Geometry> linework;
77 std::unique_ptr<geom::Geometry> getLineWork(
const geom::Geometry& geom);
83 std::unique_ptr<geom::Geometry> extractLineWork(
const geom::Geometry& geom);
99 #endif // ndef GEOS_OP_OVERLAY_FUZZYPOINTLOCATOR_H Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Computes the topological relationship (Location) of a single point to a Geometry.
Definition: PointLocator.h:57
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Finds the most likely Location of a point relative to the polygonal components of a geometry,...
Definition: FuzzyPointLocator.h:58
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:34
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25