PROJ C++ API
Public Member Functions | List of all members
osgeo::proj::operation::GeneralParameterValue Class Referenceabstract

Abstract class modelling a parameter value (OperationParameterValue) or group of parameter values. More...

#include <coordinateoperation.hpp>

Inheritance diagram for osgeo::proj::operation::GeneralParameterValue:
Inheritance graph
[legend]
Collaboration diagram for osgeo::proj::operation::GeneralParameterValue:
Collaboration graph
[legend]

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...
 
- Public Member Functions inherited from osgeo::proj::io::IWKTExportable
std::string exportToWKT (WKTFormatter *formatter) const
 

Additional Inherited Members

- Public Types inherited from osgeo::proj::util::IComparable
enum  Criterion { Criterion::STRICT, Criterion::EQUIVALENT }
 Comparison criterion. More...
 

Detailed Description

Abstract class modelling a parameter value (OperationParameterValue) or group of parameter values.

Remarks
Implements GeneralParameterValue from ISO 19111:2018

Member Function Documentation

bool osgeo::proj::operation::GeneralParameterValue::isEquivalentTo ( const util::IComparable other,
util::IComparable::Criterion  criterion = util::IComparable::Criterion::STRICT 
) const
overridepure virtual

Returns whether an object is equivalent to another one.

Parameters
otherother object to compare to
criterioncomparaison criterion.
Returns
true if objects are equivalent.

Implements osgeo::proj::util::IComparable.

Implemented in osgeo::proj::operation::OperationParameterValue.


The documentation for this class was generated from the following file: