PROJ C++ API
|
A vertical reference frame in which some of the defining parameters have time dependency. More...
#include <datum.hpp>
Public Member Functions | |
const common::Measure & | frameReferenceEpoch () const |
Return the epoch to which the coordinates of stations defining the dynamic geodetic reference frame are referenced. More... | |
const util::optional< std::string > & | deformationModelName () const |
Return the name of the deformation model. More... | |
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... | |
![]() | |
const util::optional< RealizationMethod > & | realizationMethod () const |
Return the method through which this vertical reference frame is realized. More... | |
![]() | |
const util::optional< std::string > & | anchorDefinition () const |
Return the anchor definition. More... | |
const util::optional< common::DateTime > & | publicationDate () const |
Return the date on which the datum definition was published. More... | |
const common::IdentifiedObjectPtr & | conventionalRS () const |
Return the conventional reference system. More... | |
![]() | |
const std::vector< ObjectDomainNNPtr > & | domains () PROJ_CONST_DECL |
Return the domains of the object. | |
![]() | |
const metadata::IdentifierNNPtr & | name () PROJ_CONST_DECL |
Return the name of the object. More... | |
const std::string & | nameStr () PROJ_CONST_DECL |
Return the name of the object. More... | |
const std::vector< metadata::IdentifierNNPtr > & | identifiers () PROJ_CONST_DECL |
Return the identifier(s) of the object. More... | |
const std::vector< util::GenericNameNNPtr > & | aliases () PROJ_CONST_DECL |
Return the alias(es) of the object. | |
const std::string & | remarks () PROJ_CONST_DECL |
Return the remarks. | |
bool | isDeprecated () PROJ_CONST_DECL |
Return whether the object is deprecated. More... | |
std::string | alias () PROJ_CONST_DECL |
Return the (first) alias of the object as a string. More... | |
int | getEPSGCode () PROJ_CONST_DECL |
Return the EPSG code. More... | |
bool | isEPSG (int code) PROJ_CONST_DECL |
Return whether the object has a identifiers() in the EPSG code space. | |
![]() | |
std::string | exportToWKT (WKTFormatter *formatter) const |
Static Public Member Functions | |
static DynamicVerticalReferenceFrameNNPtr | create (const util::PropertyMap &properties, const util::optional< std::string > &anchor, const util::optional< RealizationMethod > &realizationMethodIn, const common::Measure &frameReferenceEpochIn, const util::optional< std::string > &deformationModelNameIn) |
Instanciate a DyanmicVerticalReferenceFrame. More... | |
![]() | |
static VerticalReferenceFrameNNPtr | create (const util::PropertyMap &properties, const util::optional< std::string > &anchor=util::optional< std::string >(), const util::optional< RealizationMethod > &realizationMethodIn=util::optional< RealizationMethod >()) |
Instanciate a VerticalReferenceFrame. More... | |
![]() | |
static IdentifiedObjectNNPtr | create (const util::PropertyMap &properties) |
Instanciate a new IdentifiedObject. More... | |
Additional Inherited Members | |
![]() | |
enum | Criterion { Criterion::STRICT, Criterion::EQUIVALENT } |
Comparison criterion. More... | |
![]() | |
static const std::string | SCOPE_KEY |
Key to set the scope of a common::ObjectUsage. More... | |
static const std::string | DOMAIN_OF_VALIDITY_KEY |
Key to set the domain of validity of a common::ObjectUsage. More... | |
static const std::string | OBJECT_DOMAIN_KEY |
Key to set the object domain(s) of a common::ObjectUsage. More... | |
![]() | |
static const std::string | NAME_KEY |
Key to set the name of a common::IdentifiedObject. More... | |
static const std::string | IDENTIFIERS_KEY |
Key to set the identifier(s) of a common::IdentifiedObject. More... | |
static const std::string | ALIAS_KEY |
Key to set the alias(es) of a common::IdentifiedObject. More... | |
static const std::string | REMARKS_KEY |
Key to set the remarks of a common::IdentifiedObject. More... | |
static const std::string | DEPRECATED_KEY |
Key to set the deprecation flag of a common::IdentifiedObject. More... | |
A vertical reference frame in which some of the defining parameters have time dependency.
For example defining station heights have velocity to account for post-glacial isostatic rebound motion.
|
static |
Instanciate a DyanmicVerticalReferenceFrame.
properties | See General properties. At minimum the name should be defined. |
anchor | the anchor definition, or empty. |
realizationMethodIn | the realization method, or empty. |
frameReferenceEpochIn | the frame reference epoch. |
deformationModelNameIn | deformation model name, or empty |
const util::optional< std::string > & osgeo::proj::datum::DynamicVerticalReferenceFrame::deformationModelName | ( | ) | const |
Return the name of the deformation model.
const common::Measure & osgeo::proj::datum::DynamicVerticalReferenceFrame::frameReferenceEpoch | ( | ) | const |
Return the epoch to which the coordinates of stations defining the dynamic geodetic reference frame are referenced.
Usually given as a decimal year e.g. 2016.47.
|
overridevirtual |
Returns whether an object is equivalent to another one.
other | other object to compare to |
criterion | comparaison criterion. |
Reimplemented from osgeo::proj::datum::VerticalReferenceFrame.