aboutsummaryrefslogtreecommitdiff
path: root/include/proj/coordinateoperation.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-04 11:39:22 +0100
committerGitHub <noreply@github.com>2021-03-04 11:39:22 +0100
commitda406335b35b3751eed6c0a8dea6fd820c50dccf (patch)
treef87b70f0394460ab605b541265b62fdd539c5d14 /include/proj/coordinateoperation.hpp
parentd7d5e48de5d6775f72fcfec67a077a47618da313 (diff)
parentd5e07c53993d73cdc85c6cbe48694aa9cc3872f4 (diff)
downloadPROJ-da406335b35b3751eed6c0a8dea6fd820c50dccf.tar.gz
PROJ-da406335b35b3751eed6c0a8dea6fd820c50dccf.zip
Merge pull request #2553 from rouault/backport_8.0_clang_format
[Backport 8.0] Reformat code with clang-format-10 from ubuntu 20.04
Diffstat (limited to 'include/proj/coordinateoperation.hpp')
-rw-r--r--include/proj/coordinateoperation.hpp39
1 files changed, 19 insertions, 20 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp
index 7868de4d..ede55fed 100644
--- a/include/proj/coordinateoperation.hpp
+++ b/include/proj/coordinateoperation.hpp
@@ -583,18 +583,18 @@ class PROJ_GCC_DLL SingleOperation : virtual public CoordinateOperation {
PROJ_DLL const OperationMethodNNPtr &method() PROJ_PURE_DECL;
PROJ_DLL const ParameterValuePtr &
- parameterValue(const std::string &paramName, int epsg_code = 0) const
- noexcept;
+ parameterValue(const std::string &paramName,
+ int epsg_code = 0) const noexcept;
- PROJ_DLL const ParameterValuePtr &parameterValue(int epsg_code) const
- noexcept;
+ PROJ_DLL const ParameterValuePtr &
+ parameterValue(int epsg_code) const noexcept;
PROJ_DLL const common::Measure &
- parameterValueMeasure(const std::string &paramName, int epsg_code = 0) const
- noexcept;
+ parameterValueMeasure(const std::string &paramName,
+ int epsg_code = 0) const noexcept;
- PROJ_DLL const common::Measure &parameterValueMeasure(int epsg_code) const
- noexcept;
+ PROJ_DLL const common::Measure &
+ parameterValueMeasure(int epsg_code) const noexcept;
PROJ_DLL static SingleOperationNNPtr createPROJBased(
const util::PropertyMap &properties, const std::string &PROJString,
@@ -612,17 +612,16 @@ class PROJ_GCC_DLL SingleOperation : virtual public CoordinateOperation {
//! @cond Doxygen_Suppress
PROJ_DLL double
- parameterValueNumeric(int epsg_code,
- const common::UnitOfMeasure &targetUnit) const
- noexcept;
+ parameterValueNumeric(
+ int epsg_code,
+ const common::UnitOfMeasure &targetUnit) const noexcept;
- PROJ_INTERNAL double
- parameterValueNumeric(const char *param_name,
- const common::UnitOfMeasure &targetUnit) const
- noexcept;
+ PROJ_INTERNAL double parameterValueNumeric(
+ const char *param_name,
+ const common::UnitOfMeasure &targetUnit) const noexcept;
- PROJ_INTERNAL double parameterValueNumericAsSI(int epsg_code) const
- noexcept;
+ PROJ_INTERNAL double
+ parameterValueNumericAsSI(int epsg_code) const noexcept;
PROJ_INTERNAL bool _isEquivalentTo(
const util::IComparable *other,
@@ -1828,9 +1827,9 @@ class PROJ_GCC_DLL CoordinateOperationContext {
IGNORE_GRID_AVAILABILITY,
/** Results will be presented as if grids known to PROJ (that is
- * registered in the grid_alternatives table of its database) were
- * available. Used typically when networking is enabled.
- */
+ * registered in the grid_alternatives table of its database) were
+ * available. Used typically when networking is enabled.
+ */
KNOWN_AVAILABLE,
};