20 #ifndef GEOS_OP_OVERLAY_OFFSETPOINTGENERATOR_H
21 #define GEOS_OP_OVERLAY_OFFSETPOINTGENERATOR_H
23 #include <geos/export.h>
24 #include <geos/algorithm/PointLocator.h>
25 #include <geos/geom/Geometry.h>
26 #include <geos/geom/MultiPoint.h>
27 #include <geos/geom/Coordinate.h>
34 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
61 std::auto_ptr< std::vector<geom::Coordinate> > getPoints();
67 double offsetDistance;
69 std::auto_ptr< std::vector<geom::Coordinate> > offsetPts;
90 #endif // ndef GEOS_OP_OVERLAY_OFFSETPOINTGENERATOR_H
Generates points offset from both sides of all segments in a geometry.
Definition: OffsetPointGenerator.h:54
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: LineString.h:71