19 #ifndef GEOS_NODING_SNAPROUND_HOTPIXEL_H 20 #define GEOS_NODING_SNAPROUND_HOTPIXEL_H 22 #include <geos/export.h> 24 #include <geos/inline.h> 26 #include <geos/geom/Coordinate.h> 27 #include <geos/geom/Envelope.h> 31 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 40 class LineIntersector;
43 class NodedSegmentString;
89 std::vector<geom::Coordinate> corner;
92 mutable std::auto_ptr<geom::Envelope> safeEnv;
96 double scale(
double val)
const;
210 # include "geos/noding/snapround/HotPixel.inl" 213 #endif // GEOS_NODING_SNAPROUND_HOTPIXEL_H An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:53
Implements a "hot pixel" as used in the Snap Rounding algorithm.
Definition: HotPixel.h:62
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Represents a list of contiguous line segments, and supports noding the segments.
Definition: NodedSegmentString.h:57
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:49
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
const geom::Coordinate & getCoordinate() const
Return reference to original Coordinate (the one provided at construction time)
Definition: HotPixel.h:168