GEOS
3.7.1
|
Basic namespace for all GEOS functionalities. More...
Namespaces | |
algorithm | |
Contains classes and interfaces implementing fundamental computational geometry algorithms. | |
geom | |
Contains the Geometry interface hierarchy and supporting classes. | |
geomgraph | |
Contains classes that implement topology graphs. | |
index | |
Provides classes for various kinds of spatial indexes. | |
io | |
Contains the interfaces for converting JTS objects to and from other formats. | |
noding | |
Classes to compute nodings for arrangements of line segments and line segment sequences. | |
operation | |
Provides classes for implementing operations on geometries. | |
planargraph | |
Contains classes to implement a planar graph data structure. | |
precision | |
Provides classes for manipulating the precision model of Geometries. | |
Functions | |
template<class T > | |
void | ignore_unused_variable_warning (T const &) |
Basic namespace for all GEOS functionalities.
A pair of Boundables, whose leaf items support a distance metric between them. Used to compute the distance between the members, and to expand a member relative to the other in order to produce new branches of the Branch-and-Bound evaluation tree. Provides an ordering based on the distance between the members, which allows building a priority queue by minimum distance.