19#ifndef GEOS_NODING_ORIENTEDCOORDINATEARRAY_H
20#define GEOS_NODING_ORIENTEDCOORDINATEARRAY_H
22#include <geos/export.h>
59 orientationVar(orientation(pts))
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:59
Allows comparing geom::CoordinateSequences in an orientation-independent way.
Definition OrientedCoordinateArray.h:47
int compareTo(const OrientedCoordinateArray &o1) const
Compares two OrientedCoordinateArrays for their relative order.
OrientedCoordinateArray(const geom::CoordinateSequence &pts)
Definition OrientedCoordinateArray.h:56
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition PreparedLineString.h:27
bool operator<(const OrientedCoordinateArray &oca1, const OrientedCoordinateArray &oca2)
Strict weak ordering operator for OrientedCoordinateArray.
Definition OrientedCoordinateArray.h:104
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25