GEOS  3.9.1dev
Namespaces | Enumerations | Functions
Location.h File Reference
#include <geos/export.h>
#include <iostream>
#include <geos/inline.h>
Include dependency graph for Location.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Enumerations

enum  geos::geom::Location : char { geos::geom::Location::NONE = (char)(-1), geos::geom::Location::INTERIOR = 0, geos::geom::Location::BOUNDARY = 1, geos::geom::Location::EXTERIOR = 2 }
 Constants representing the location of a point relative to a geometry. More...
 

Functions

std::ostream & geos::geom::operator<< (std::ostream &os, const Location &loc)