GEOS  3.9.1dev
Classes | Namespaces | Functions
CoordinateSequence.h File Reference
#include <geos/export.h>
#include <geos/inline.h>
#include <geos/geom/Coordinate.h>
#include <vector>
#include <iosfwd>
#include <memory>
Include dependency graph for CoordinateSequence.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geos::geom::CoordinateSequence
 The internal representation of a list of coordinates inside a Geometry. More...
 

Namespaces

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

Functions

std::ostream & geos::geom::operator<< (std::ostream &os, const CoordinateSequence &cs)
 
bool geos::geom::operator== (const CoordinateSequence &s1, const CoordinateSequence &s2)
 
bool geos::geom::operator!= (const CoordinateSequence &s1, const CoordinateSequence &s2)