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

Go to the source code of this file.

Classes

class  geos::geom::Envelope
 An Envelope defines a rectangulare region of the 2D coordinate plane. More...
 

Namespaces

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

Functions

std::ostream & geos::geom::operator<< (std::ostream &os, const Envelope &o)
 Output operator. More...
 
bool geos::geom::operator== (const Envelope &a, const Envelope &b)
 Checks if two Envelopes are equal (2D only check) More...