21#include <geos/export.h> 
   28class CoordinateSequence;
 
   54        orientationVar(orientation(p_pts))
 
 
   73    struct GEOS_DLL HashCode {
 
 
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:56
 
Allows comparing geom::CoordinateSequences in an orientation-independent way.
Definition OrientedCoordinateArray.h:42
 
int compareTo(const OrientedCoordinateArray &o1) const
Compares two OrientedCoordinateArrays for their relative order.
 
OrientedCoordinateArray(const geom::CoordinateSequence &p_pts)
Definition OrientedCoordinateArray.h:51
 
bool operator<(const OrientedCoordinateArray &oca1, const OrientedCoordinateArray &oca2)
Definition OrientedCoordinateArray.h:105
 
Basic namespace for all GEOS functionalities.
Definition geos.h:38