Skip to content

Commit

Permalink
Merge pull request #3831 from rouault/fix_geoapi_links
Browse files Browse the repository at this point in the history
Doc: fix links to geoapi
  • Loading branch information
rouault authored Jul 19, 2023
2 parents fcd2606 + de1183e commit 6d10acf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion include/proj/io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ using AuthorityFactoryNNPtr = util::nn<AuthorityFactoryPtr>;
* 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 {
Expand Down
14 changes: 7 additions & 7 deletions include/proj/metadata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -91,7 +91,7 @@ using GeographicExtentNNPtr = util::nn<GeographicExtentPtr>;
/** \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,
Expand Down Expand Up @@ -145,7 +145,7 @@ using GeographicBoundingBoxNNPtr = util::nn<GeographicBoundingBoxPtr>;
* 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 {
Expand Down Expand Up @@ -199,7 +199,7 @@ using TemporalExtentNNPtr = util::nn<TemporalExtentPtr>;
/** \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,
Expand Down Expand Up @@ -247,7 +247,7 @@ using VerticalExtentNNPtr = util::nn<VerticalExtentPtr>;
/** \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,
Expand Down Expand Up @@ -297,7 +297,7 @@ using ExtentNNPtr = util::nn<ExtentPtr>;
/** \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 {
Expand Down Expand Up @@ -440,7 +440,7 @@ using PositionalAccuracyNNPtr = util::nn<PositionalAccuracyPtr>;
/** \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 {
Expand Down
16 changes: 8 additions & 8 deletions include/proj/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ using GenericNameNNPtr = util::nn<GenericNamePtr>;
/** \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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6d10acf

Please sign in to comment.