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::auto_ptr<geom::Geometry> linework;
77 std::auto_ptr<geom::Geometry> getLineWork(
const geom::Geometry& geom);
83 std::auto_ptr<geom::Geometry> extractLineWork(
const geom::Geometry& geom);
99 #endif // ndef GEOS_OP_OVERLAY_FUZZYPOINTLOCATOR_H
Value
Definition: Location.h:37
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:167
Finds the most likely Location of a point relative to the polygonal components of a geometry...
Definition: FuzzyPointLocator.h:58