| PROJ C++ API
    | 
Base interface for geographic area of the dataset. More...
#include <metadata.hpp>


| Public Member Functions | |
| bool | isEquivalentTo (const util::IComparable *other, util::IComparable::Criterion criterion=util::IComparable::Criterion::STRICT) const override=0 | 
| Returns whether an object is equivalent to another one.  More... | |
| virtual bool | contains (const GeographicExtentNNPtr &other) const =0 | 
| Returns whether this extent contains the other one. | |
| virtual bool | intersects (const GeographicExtentNNPtr &other) const =0 | 
| Returns whether this extent intersects the other one. | |
| virtual GeographicExtentPtr | intersection (const GeographicExtentNNPtr &other) const =0 | 
| Returns the intersection of this extent with another one. | |
| Additional Inherited Members | |
|  Public Types inherited from osgeo::proj::util::IComparable | |
| enum | Criterion { Criterion::STRICT, Criterion::EQUIVALENT } | 
| Comparison criterion.  More... | |
Base interface for geographic area of the dataset.
| 
 | overridepure virtual | 
Returns whether an object is equivalent to another one.
| other | other object to compare to | 
| criterion | comparaison criterion. | 
Implements osgeo::proj::util::IComparable.
Implemented in osgeo::proj::metadata::GeographicBoundingBox.
 1.8.11
 1.8.11