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) // warning C4251: needs to have dll-interface to be used by clients of class
60 std::auto_ptr< std::vector<geom::Coordinate> > getPoints();
66 double offsetDistance;
68 std::auto_ptr< std::vector<geom::Coordinate> > offsetPts;
89 #endif // ndef GEOS_OP_OVERLAY_OFFSETPOINTGENERATOR_H
Generates points offset from both sides of all segments in a geometry.
Definition: OffsetPointGenerator.h:53
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:167
Definition: LineString.h:70