21 #include <geos/export.h> 22 #include <geos/algorithm/PointLocator.h> 23 #include <geos/geom/Geometry.h> 24 #include <geos/geom/MultiPoint.h> 25 #include <geos/geom/Coordinate.h> 32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 59 std::unique_ptr< std::vector<geom::Coordinate> > getPoints();
65 double offsetDistance;
67 std::unique_ptr< std::vector<geom::Coordinate> > offsetPts;
Generates points offset from both sides of all segments in a geometry.
Definition: OffsetPointGenerator.h:52
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:216
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Definition: LineString.h:65
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25