19 #ifndef GEOS_OP_OVERLAY_OFFSETPOINTGENERATOR_H
20 #define GEOS_OP_OVERLAY_OFFSETPOINTGENERATOR_H
22 #include <geos/export.h>
23 #include <geos/algorithm/PointLocator.h>
24 #include <geos/geom/Geometry.h>
25 #include <geos/geom/MultiPoint.h>
26 #include <geos/geom/Coordinate.h>
33 #pragma warning(disable: 4251)
60 std::unique_ptr< std::vector<geom::Coordinate> >
getPoints();
66 double offsetDistance;
68 std::unique_ptr< std::vector<geom::Coordinate> > offsetPts;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Definition: LineString.h:68
Generates points offset from both sides of all segments in a geometry.
Definition: OffsetPointGenerator.h:53
std::unique_ptr< std::vector< geom::Coordinate > > getPoints()
Gets the computed offset points.
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26