|
PROJ C++ API
|
Vertical domain of dataset. More...
#include <metadata.hpp>


Public Member Functions | |
| double | minimumValue () PROJ_CONST_DECL |
| Returns the minimum of the vertical extent. | |
| double | maximumValue () PROJ_CONST_DECL |
| Returns the maximum of the vertical extent. | |
| common::UnitOfMeasureNNPtr & | unit () PROJ_CONST_DECL |
| Returns the unit of the vertical extent. | |
| bool | isEquivalentTo (const util::IComparable *other, util::IComparable::Criterion criterion=util::IComparable::Criterion::STRICT) const override |
| Returns whether an object is equivalent to another one. More... | |
| bool | contains (const VerticalExtentNNPtr &other) const |
| Returns whether this extent contains the other one. | |
| bool | intersects (const VerticalExtentNNPtr &other) const |
| Returns whether this extent intersects the other one. | |
Static Public Member Functions | |
| static VerticalExtentNNPtr | create (double minimumValue, double maximumValue, const common::UnitOfMeasureNNPtr &unitIn) |
| Instanciate a VerticalExtent. More... | |
Additional Inherited Members | |
Public Types inherited from osgeo::proj::util::IComparable | |
| enum | Criterion { Criterion::STRICT, Criterion::EQUIVALENT } |
| Comparison criterion. More... | |
Vertical domain of dataset.
|
static |
Instanciate a VerticalExtent.
| minimumIn | minimum. |
| maximumIn | maximum. |
| unitIn | unit. |
|
overridevirtual |
Returns whether an object is equivalent to another one.
| other | other object to compare to |
| criterion | comparaison criterion. |
Implements osgeo::proj::util::IComparable.
1.8.11