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)
59 std::unique_ptr< std::vector<geom::Coordinate> >
getPoints();
65 double offsetDistance;
67 std::unique_ptr< std::vector<geom::Coordinate> > offsetPts;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Definition: LineString.h:66
Generates points offset from both sides of all segments in a geometry.
Definition: OffsetPointGenerator.h:52
std::unique_ptr< std::vector< geom::Coordinate > > getPoints()
Gets the computed offset points.
Basic namespace for all GEOS functionalities.
Definition: geos.h:39