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) // warning C4251: needs to have dll-interface to be used by clients of class 73 std::unique_ptr<geom::Geometry> linework;
76 std::unique_ptr<geom::Geometry> getLineWork(
const geom::Geometry& geom);
82 std::unique_ptr<geom::Geometry> extractLineWork(
const geom::Geometry& geom);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:216
Computes the topological relationship (Location) of a single point to a Geometry. ...
Definition: PointLocator.h:56
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Finds the most likely Location of a point relative to the polygonal components of a geometry...
Definition: FuzzyPointLocator.h:57
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:32
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25