|
GEOS 3.15.0beta3
|
#include <DirectionIndependentArcString.h>
Public Member Functions | |
| DirectionIndependentArcString (const ArcString &as) | |
| const ArcString & | getArcString () const |
| bool | operator== (const DirectionIndependentArcString &other) const |
The DirectionIndependentArcString is a thin wrapper over an ArcString that provides specialized equality-testing and hashing functions. DirectionIndependentArcStrings are considered equal if they cover the same path, regardless of direction. The control points of arcs are not required to be identical, but must describe the same arc.