From de1183e5c1cc604747aee31eec1a349cdb08426d Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 19 Jul 2023 00:06:23 +0200 Subject: [PATCH] Doc: fix links to geoapi --- include/proj/io.hpp | 2 +- include/proj/metadata.hpp | 14 +++++++------- include/proj/util.hpp | 16 ++++++++-------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/include/proj/io.hpp b/include/proj/io.hpp index aa6098cbe5..26ac8612f4 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -973,7 +973,7 @@ using AuthorityFactoryNNPtr = util::nn; * A AuthorityFactory should be used only by one thread at a time. * * \remark Implements [AuthorityFactory] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/referencing/AuthorityFactory.html) + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/referencing/AuthorityFactory.html) * from \ref GeoAPI */ class PROJ_GCC_DLL AuthorityFactory { diff --git a/include/proj/metadata.hpp b/include/proj/metadata.hpp index c8d0bcbd16..42b3925490 100644 --- a/include/proj/metadata.hpp +++ b/include/proj/metadata.hpp @@ -58,7 +58,7 @@ namespace metadata { * A citation contains a title. * * \remark Simplified version of [Citation] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/citation/Citation.html) + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/metadata/citation/Citation.html) * from \ref GeoAPI */ class PROJ_GCC_DLL Citation : public util::BaseObject { @@ -91,7 +91,7 @@ using GeographicExtentNNPtr = util::nn; /** \brief Base interface for geographic area of the dataset. * * \remark Simplified version of [GeographicExtent] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/GeographicExtent.html) + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/metadata/extent/GeographicExtent.html) * from \ref GeoAPI */ class PROJ_GCC_DLL GeographicExtent : public util::BaseObject, @@ -145,7 +145,7 @@ using GeographicBoundingBoxNNPtr = util::nn; * unnecessary. * * \remark Implements [GeographicBoundingBox] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/GeographicBoundingBox.html) + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/metadata/extent/GeographicBoundingBox.html) * from \ref GeoAPI */ class PROJ_GCC_DLL GeographicBoundingBox : public GeographicExtent { @@ -199,7 +199,7 @@ using TemporalExtentNNPtr = util::nn; /** \brief Time period covered by the content of the dataset. * * \remark Simplified version of [TemporalExtent] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/TemporalExtent.html) + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/metadata/extent/TemporalExtent.html) * from \ref GeoAPI */ class PROJ_GCC_DLL TemporalExtent : public util::BaseObject, @@ -247,7 +247,7 @@ using VerticalExtentNNPtr = util::nn; /** \brief Vertical domain of dataset. * * \remark Simplified version of [VerticalExtent] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/VerticalExtent.html) + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/metadata/extent/VerticalExtent.html) * from \ref GeoAPI */ class PROJ_GCC_DLL VerticalExtent : public util::BaseObject, @@ -297,7 +297,7 @@ using ExtentNNPtr = util::nn; /** \brief Information about spatial, vertical, and temporal extent. * * \remark Simplified version of [Extent] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/Extent.html) + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/metadata/extent/Extent.html) * from \ref GeoAPI */ class PROJ_GCC_DLL Extent : public util::BaseObject, public util::IComparable { @@ -440,7 +440,7 @@ using PositionalAccuracyNNPtr = util::nn; /** \brief Accuracy of the position of features. * * \remark Simplified version of [PositionalAccuracy] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/quality/PositionalAccuracy.html) + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/metadata/quality/PositionalAccuracy.html) * from \ref GeoAPI, which originates from \ref ISO_19115 */ class PROJ_GCC_DLL PositionalAccuracy : public util::BaseObject { diff --git a/include/proj/util.hpp b/include/proj/util.hpp index aac74f42fd..de7357a3c4 100644 --- a/include/proj/util.hpp +++ b/include/proj/util.hpp @@ -556,8 +556,8 @@ using GenericNameNNPtr = util::nn; /** \brief A sequence of identifiers rooted within the context of a namespace. * * \remark Simplified version of [GenericName] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/util/GenericName.html) from - * \ref GeoAPI + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/util/GenericName.html) + * from \ref GeoAPI */ class GenericName : public BaseObject { public: @@ -591,8 +591,8 @@ class GenericName : public BaseObject { /** \brief A domain in which names given by strings are defined. * * \remark Simplified version of [NameSpace] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/util/NameSpace.html) from \ref - * GeoAPI + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/util/NameSpace.html) + * from \ref GeoAPI */ class NameSpace { public: @@ -628,8 +628,8 @@ class NameSpace { * NameSpace within which they are local, indicated by the scope. * * \remark Simplified version of [LocalName] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/util/LocalName.html) from \ref - * GeoAPI + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/util/LocalName.html) + * from \ref GeoAPI */ class LocalName : public GenericName { public: @@ -659,8 +659,8 @@ class LocalName : public GenericName { /** \brief Factory for generic names. * * \remark Simplified version of [NameFactory] - * (http://www.geoapi.org/3.0/javadoc/org/opengis/util/NameFactory.html) from - * \ref GeoAPI + * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org/opengis/util/NameFactory.html) + * from \ref GeoAPI */ class NameFactory { public: