@@ -58,7 +58,7 @@ namespace metadata {
58
58
* A citation contains a title.
59
59
*
60
60
* \remark Simplified version of [Citation]
61
- * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/citation/Citation.html)
61
+ * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org /opengis/metadata/citation/Citation.html)
62
62
* from \ref GeoAPI
63
63
*/
64
64
class PROJ_GCC_DLL Citation : public util::BaseObject {
@@ -91,7 +91,7 @@ using GeographicExtentNNPtr = util::nn<GeographicExtentPtr>;
91
91
/* * \brief Base interface for geographic area of the dataset.
92
92
*
93
93
* \remark Simplified version of [GeographicExtent]
94
- * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/GeographicExtent.html)
94
+ * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org /opengis/metadata/extent/GeographicExtent.html)
95
95
* from \ref GeoAPI
96
96
*/
97
97
class PROJ_GCC_DLL GeographicExtent : public util::BaseObject,
@@ -145,7 +145,7 @@ using GeographicBoundingBoxNNPtr = util::nn<GeographicBoundingBoxPtr>;
145
145
* unnecessary.
146
146
*
147
147
* \remark Implements [GeographicBoundingBox]
148
- * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/GeographicBoundingBox.html)
148
+ * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org /opengis/metadata/extent/GeographicBoundingBox.html)
149
149
* from \ref GeoAPI
150
150
*/
151
151
class PROJ_GCC_DLL GeographicBoundingBox : public GeographicExtent {
@@ -199,7 +199,7 @@ using TemporalExtentNNPtr = util::nn<TemporalExtentPtr>;
199
199
/* * \brief Time period covered by the content of the dataset.
200
200
*
201
201
* \remark Simplified version of [TemporalExtent]
202
- * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/TemporalExtent.html)
202
+ * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org /opengis/metadata/extent/TemporalExtent.html)
203
203
* from \ref GeoAPI
204
204
*/
205
205
class PROJ_GCC_DLL TemporalExtent : public util::BaseObject,
@@ -247,7 +247,7 @@ using VerticalExtentNNPtr = util::nn<VerticalExtentPtr>;
247
247
/* * \brief Vertical domain of dataset.
248
248
*
249
249
* \remark Simplified version of [VerticalExtent]
250
- * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/VerticalExtent.html)
250
+ * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org /opengis/metadata/extent/VerticalExtent.html)
251
251
* from \ref GeoAPI
252
252
*/
253
253
class PROJ_GCC_DLL VerticalExtent : public util::BaseObject,
@@ -297,7 +297,7 @@ using ExtentNNPtr = util::nn<ExtentPtr>;
297
297
/* * \brief Information about spatial, vertical, and temporal extent.
298
298
*
299
299
* \remark Simplified version of [Extent]
300
- * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/extent/Extent.html)
300
+ * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org /opengis/metadata/extent/Extent.html)
301
301
* from \ref GeoAPI
302
302
*/
303
303
class PROJ_GCC_DLL Extent : public util::BaseObject, public util::IComparable {
@@ -440,7 +440,7 @@ using PositionalAccuracyNNPtr = util::nn<PositionalAccuracyPtr>;
440
440
/* * \brief Accuracy of the position of features.
441
441
*
442
442
* \remark Simplified version of [PositionalAccuracy]
443
- * (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/quality/PositionalAccuracy.html)
443
+ * (http://www.geoapi.org/3.0/javadoc/org.opengis.geoapi/org /opengis/metadata/quality/PositionalAccuracy.html)
444
444
* from \ref GeoAPI, which originates from \ref ISO_19115
445
445
*/
446
446
class PROJ_GCC_DLL PositionalAccuracy : public util::BaseObject {
0 commit comments