GEOS  3.9.1dev
Classes | Namespaces | Functions
Coordinate.h File Reference
#include <geos/export.h>
#include <geos/constants.h>
#include <geos/inline.h>
#include <set>
#include <stack>
#include <vector>
#include <string>
#include <limits>
Include dependency graph for Coordinate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geos::geom::Coordinate
 Coordinate is the lightweight class used to store coordinates. More...
 
struct  geos::geom::Coordinate::HashCode
 
struct  geos::geom::CoordinateLessThen
 Strict weak ordering Functor for Coordinate. More...
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::geom
 

Functions

bool geos::geom::operator< (const Coordinate &a, const Coordinate &b)
 Strict weak ordering operator for Coordinate. More...
 
std::ostream & geos::geom::operator<< (std::ostream &os, const Coordinate &c)
 Output function. More...
 
bool geos::geom::operator== (const Coordinate &a, const Coordinate &b)
 Equality operator for Coordinate. 2D only. More...
 
bool geos::geom::operator!= (const Coordinate &a, const Coordinate &b)
 Inequality operator for Coordinate. 2D only. More...