GEOS 3.11.1
|
A Position indicates the position of a Location relative to a graph component (Node, Edge, or Area). More...
#include <Position.h>
Public Types | |
enum | { ON = 0 , LEFT , RIGHT } |
Static Public Member Functions | |
static int | opposite (int position) |
Returns LEFT if the position is RIGHT, RIGHT if the position is LEFT, or the position otherwise. | |
A Position indicates the position of a Location relative to a graph component (Node, Edge, or Area).
anonymous enum |