aboutsummaryrefslogtreecommitdiff
path: root/include/proj/coordinatesystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/coordinatesystem.hpp')
-rw-r--r--include/proj/coordinatesystem.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/proj/coordinatesystem.hpp b/include/proj/coordinatesystem.hpp
index ffb908fc..573f18e2 100644
--- a/include/proj/coordinatesystem.hpp
+++ b/include/proj/coordinatesystem.hpp
@@ -623,7 +623,7 @@ class PROJ_GCC_DLL TemporalCS : public CoordinateSystem {
INLINED_MAKE_SHARED
PROJ_INTERNAL std::string
- getWKT2Type(bool use2018Keywords) const override = 0;
+ getWKT2Type(bool use2019Keywords) const override = 0;
private:
TemporalCS(const TemporalCS &other) = delete;
@@ -661,7 +661,7 @@ class PROJ_GCC_DLL DateTimeTemporalCS final : public TemporalCS {
const CoordinateSystemAxisNNPtr &axis);
INLINED_MAKE_SHARED
- PROJ_INTERNAL std::string getWKT2Type(bool use2018Keywords) const override;
+ PROJ_INTERNAL std::string getWKT2Type(bool use2019Keywords) const override;
private:
DateTimeTemporalCS(const DateTimeTemporalCS &other) = delete;
@@ -697,7 +697,7 @@ class PROJ_GCC_DLL TemporalCountCS final : public TemporalCS {
const CoordinateSystemAxisNNPtr &axis);
INLINED_MAKE_SHARED
- PROJ_INTERNAL std::string getWKT2Type(bool use2018Keywords) const override;
+ PROJ_INTERNAL std::string getWKT2Type(bool use2019Keywords) const override;
private:
TemporalCountCS(const TemporalCountCS &other) = delete;
@@ -733,7 +733,7 @@ class PROJ_GCC_DLL TemporalMeasureCS final : public TemporalCS {
const CoordinateSystemAxisNNPtr &axis);
INLINED_MAKE_SHARED
- PROJ_INTERNAL std::string getWKT2Type(bool use2018Keywords) const override;
+ PROJ_INTERNAL std::string getWKT2Type(bool use2019Keywords) const override;
private:
TemporalMeasureCS(const TemporalMeasureCS &other) = delete;