LuciadCPillar 2024.0.04
|
Represents a coordinate reference. More...
#include <luciad/geodesy/CoordinateReference.h>
Public Member Functions | |
virtual | ~CoordinateReference ()=default |
virtual size_t | getHash () const =0 |
Returns the hash value for this coordinate reference. More... | |
virtual const std::string & | getId () const noexcept=0 |
Returns the identifier for the coordinate reference. More... | |
virtual const std::string & | getName () const noexcept=0 |
Returns the name of the coordinate reference. More... | |
virtual bool | operator!= (const CoordinateReference &other) const =0 |
virtual bool | operator== (const CoordinateReference &other) const =0 |
Represents a coordinate reference.
This is the common API for both geo-referenced and non-geo-referenced coordinate references.
|
virtualdefault |
|
pure virtual |
Returns the hash value for this coordinate reference.
|
pure virtualnoexcept |
Returns the identifier for the coordinate reference.
|
pure virtualnoexcept |
Returns the name of the coordinate reference.
|
pure virtual |
|
pure virtual |