From 720e4d5b6b2196e02d133ac6ee16acd37a8422b3 Mon Sep 17 00:00:00 2001 From: eblondel Date: Tue, 25 Jun 2024 23:48:40 +0200 Subject: [PATCH] fix Rd --- .Rbuildignore | 1 + DESCRIPTION | 4 +- NEWS.md | 2 +- R/CASClient.R | 4 +- R/CSWCapabilities.R | 4 +- R/CSWClient.R | 4 +- R/CSWConstraint.R | 4 +- R/CSWDescribeRecord.R | 4 +- R/CSWGetRecordById.R | 4 +- R/CSWGetRecords.R | 4 +- R/CSWHarvest.R | 4 +- R/CSWQuery.R | 4 +- R/CSWRecordProperty.R | 4 +- R/CSWTransaction.R | 4 +- R/OGCAbstractObject.R | 8 +-- R/OGCExpression.R | 70 +++++++++++++-------------- R/OGCFilter.R | 4 +- R/OWSBoundingBox.R | 8 +-- R/OWSCapabilities.R | 4 +- R/OWSClient.R | 4 +- R/OWSCodeType.R | 6 +-- R/OWSException.R | 6 +-- R/OWSGetCapabilities.R | 4 +- R/OWSHttpRequest.R | 4 +- R/OWSNamespace.R | 4 +- R/OWSOperation.R | 6 +-- R/OWSOperationsMetadata.R | 6 +-- R/OWSRequest.R | 6 +-- R/OWSServiceIdentification.R | 6 +-- R/OWSServiceProvider.R | 8 +-- R/OWSUtils.R | 2 +- R/OWSWGS84BoundingBox.R | 6 +-- R/WCSCapabilities.R | 4 +- R/WCSClient.R | 4 +- R/WCSCoverage.R | 6 +-- R/WCSCoverageDescription.R | 6 +-- R/WCSCoverageDomain.R | 6 +-- R/WCSCoverageSpatialDomain.R | 10 ++-- R/WCSCoverageSummary.R | 6 +-- R/WCSCoverageTemporalDomain.R | 8 +-- R/WCSDescribeCoverage.R | 4 +- R/WCSGSElevationDomain.R | 6 +-- R/WCSGSTimeDomain.R | 6 +-- R/WCSGetCoverage.R | 4 +- R/WCSGridCRS.R | 6 +-- R/WFSCapabilities.R | 4 +- R/WFSClient.R | 4 +- R/WFSDescribeFeatureType.R | 4 +- R/WFSFeatureType.R | 6 +-- R/WFSFeatureTypeElement.R | 6 +-- R/WFSGetFeature.R | 4 +- R/WMSCapabilities.R | 4 +- R/WMSClient.R | 4 +- R/WMSGetFeatureInfo.R | 4 +- R/WMSLayer.R | 6 +-- R/WPSBoundingBoxData.R | 6 +-- R/WPSCapabilities.R | 4 +- R/WPSClient.R | 4 +- R/WPSComplexData.R | 8 +-- R/WPSComplexInputDescription.R | 6 +-- R/WPSComplexOutputDescription.R | 6 +-- R/WPSDescribeProcess.R | 4 +- R/WPSDescriptionParameter.R | 6 +-- R/WPSException.R | 8 +-- R/WPSExecute.R | 4 +- R/WPSExecuteResponse.R | 8 +-- R/WPSFormat.R | 6 +-- R/WPSInput.R | 6 +-- R/WPSInputDescription.R | 6 +-- R/WPSLiteralData.R | 8 +-- R/WPSLiteralInputDescription.R | 6 +-- R/WPSLiteralOutputDescription.R | 6 +-- R/WPSOutput.R | 8 +-- R/WPSOutputDescription.R | 6 +-- R/WPSParameter.R | 6 +-- R/WPSProcess.R | 6 +-- R/WPSProcessDescription.R | 6 +-- R/WPSResponseDocument.R | 6 +-- R/WPSStatus.R | 8 +-- R/ows4R.R | 3 +- man/And.Rd | 4 +- man/BBOX.Rd | 6 +-- man/BinaryComparisonOpType.Rd | 4 +- man/BinaryLogicOpType.Rd | 4 +- man/CASClient.Rd | 4 +- man/CSWCapabilities.Rd | 4 +- man/CSWClient.Rd | 4 +- man/CSWConstraint.Rd | 4 +- man/CSWDescribeRecord.Rd | 4 +- man/CSWGetRecordById.Rd | 4 +- man/CSWGetRecords.Rd | 4 +- man/CSWHarvest.Rd | 4 +- man/CSWQuery.Rd | 4 +- man/CSWRecordProperty.Rd | 4 +- man/CSWTransaction.Rd | 4 +- man/Not.Rd | 4 +- man/OGCAbstractObject.Rd | 8 +-- man/OGCExpression.Rd | 4 +- man/OGCFilter.Rd | 4 +- man/OWSBoundingBox.Rd | 8 +-- man/OWSCapabilities.Rd | 4 +- man/OWSClient.Rd | 4 +- man/OWSCodeType.Rd | 6 +-- man/OWSException.Rd | 6 +-- man/OWSGetCapabilities.Rd | 4 +- man/OWSHttpRequest.Rd | 4 +- man/OWSNamespace.Rd | 4 +- man/OWSOperation.Rd | 6 +-- man/OWSOperationsMetadata.Rd | 6 +-- man/OWSRequest.Rd | 6 +-- man/OWSServiceIdentification.Rd | 6 +-- man/OWSServiceProvider.Rd | 8 +-- man/OWSUtils.Rd | 2 +- man/OWSWGS84BoundingBox.Rd | 6 +-- man/Or.Rd | 4 +- man/PropertyIsBetween.Rd | 4 +- man/PropertyIsEqualTo.Rd | 4 +- man/PropertyIsGreaterThan.Rd | 4 +- man/PropertyIsGreaterThanOrEqualTo.Rd | 4 +- man/PropertyIsLessThan.Rd | 4 +- man/PropertyIsLessThanOrEqualTo.Rd | 4 +- man/PropertyIsLike.Rd | 4 +- man/PropertyIsNotEqualTo.Rd | 4 +- man/PropertyIsNull.Rd | 4 +- man/UnaryLogicOpType.Rd | 4 +- man/WCSCapabilities.Rd | 4 +- man/WCSClient.Rd | 4 +- man/WCSCoverage.Rd | 6 +-- man/WCSCoverageDescription.Rd | 6 +-- man/WCSCoverageDomain.Rd | 6 +-- man/WCSCoverageSpatialDomain.Rd | 10 ++-- man/WCSCoverageSummary.Rd | 6 +-- man/WCSCoverageTemporalDomain.Rd | 8 +-- man/WCSDescribeCoverage.Rd | 4 +- man/WCSGSElevationDomain.Rd | 6 +-- man/WCSGSTimeDomain.Rd | 6 +-- man/WCSGetCoverage.Rd | 4 +- man/WCSGridCRS.Rd | 6 +-- man/WFSCapabilities.Rd | 4 +- man/WFSClient.Rd | 4 +- man/WFSDescribeFeatureType.Rd | 4 +- man/WFSFeatureType.Rd | 6 +-- man/WFSFeatureTypeElement.Rd | 6 +-- man/WFSGetFeature.Rd | 4 +- man/WMSCapabilities.Rd | 4 +- man/WMSClient.Rd | 4 +- man/WMSGetFeatureInfo.Rd | 4 +- man/WMSLayer.Rd | 6 +-- man/WPSBoundingBoxData.Rd | 6 +-- man/WPSCapabilities.Rd | 4 +- man/WPSClient.Rd | 4 +- man/WPSComplexData.Rd | 8 +-- man/WPSComplexInputDescription.Rd | 6 +-- man/WPSComplexOutputDescription.Rd | 6 +-- man/WPSDescribeProcess.Rd | 4 +- man/WPSDescriptionParameter.Rd | 6 +-- man/WPSException.Rd | 8 +-- man/WPSExecute.Rd | 4 +- man/WPSExecuteResponse.Rd | 8 +-- man/WPSFormat.Rd | 6 +-- man/WPSInput.Rd | 6 +-- man/WPSInputDescription.Rd | 6 +-- man/WPSLiteralData.Rd | 8 +-- man/WPSLiteralInputDescription.Rd | 6 +-- man/WPSLiteralOutputDescription.Rd | 6 +-- man/WPSOutput.Rd | 8 +-- man/WPSOutputDescription.Rd | 6 +-- man/WPSParameter.Rd | 6 +-- man/WPSProcess.Rd | 6 +-- man/WPSProcessDescription.Rd | 6 +-- man/WPSResponseDocument.Rd | 6 +-- man/WPSStatus.Rd | 8 +-- man/ows4R.Rd | 10 ++++ 173 files changed, 491 insertions(+), 481 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index d48a9a6..d39a328 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,3 +5,4 @@ tests/pycsw ^_pkgdown\.yml$ ^docs$ ^pkgdown$ +.REnviron diff --git a/DESCRIPTION b/DESCRIPTION index baa2c12..c109c33 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ows4R Version: 0.4 -Date: 2024-06-17 +Date: 2024-06-25 Title: Interface to OGC Web-Services (OWS) Authors@R: c(person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")), person("Alexandre", "Bennici", role = c("ctb"), comment = c(ORCID = "0000-0003-2160-3487")), @@ -18,5 +18,5 @@ License: MIT + file LICENSE URL: https://github.com/eblondel/ows4R, https://eblondel.github.io/ows4R/, https://www.ogc.org/standards/ BugReports: https://github.com/eblondel/ows4R/issues LazyLoad: yes -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 VignetteBuilder: knitr diff --git a/NEWS.md b/NEWS.md index def6c6b..fc379ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## [ows4R 0.4](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable-red.svg)](https://github.com/eblondel/ows4R) +## [ows4R 0.4](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://github.com/eblondel/ows4R) **Corrections** diff --git a/R/CASClient.R b/R/CASClient.R index f03b043..db5906f 100644 --- a/R/CASClient.R +++ b/R/CASClient.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords CAS Central Authentication Service -#' @return Object of \code{\link{R6Class}} with methods for interfacing a Central Authentication Service (CAS). -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing a Central Authentication Service (CAS). +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' diff --git a/R/CSWCapabilities.R b/R/CSWCapabilities.R index 1c9c1a3..ca816e3 100644 --- a/R/CSWCapabilities.R +++ b/R/CSWCapabilities.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC CSW Capabilities -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Catalogue Service for the Web (CSW) Get Capabilities document. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used to read a \code{CSWCapabilities} document. The use of \code{CSWClient} is #' recommended instead to benefit from the full set of capabilities associated to a CSW server. diff --git a/R/CSWClient.R b/R/CSWClient.R index fd9a608..f59313e 100644 --- a/R/CSWClient.R +++ b/R/CSWClient.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC CSW catalogue service web -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Catalogue Service for the Web. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' \dontrun{ diff --git a/R/CSWConstraint.R b/R/CSWConstraint.R index 625870e..241c3a5 100644 --- a/R/CSWConstraint.R +++ b/R/CSWConstraint.R @@ -2,8 +2,8 @@ #' @docType class #' @export #' @keywords OGC Filter -#' @return Object of \code{\link{R6Class}} for modelling an CSW Constraint -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an CSW Constraint +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' filter <- OGCFilter$new( PropertyIsEqualTo$new("apiso:Identifier", "12345") ) diff --git a/R/CSWDescribeRecord.R b/R/CSWDescribeRecord.R index e44ac42..a5b1d24 100644 --- a/R/CSWDescribeRecord.R +++ b/R/CSWDescribeRecord.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC CSW DescribeRecord -#' @return Object of \code{\link{R6Class}} for modelling a CSW DescribeRecord request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a CSW DescribeRecord request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a CSW DescribeRecord request #' diff --git a/R/CSWGetRecordById.R b/R/CSWGetRecordById.R index 10afbc6..e0d8882 100644 --- a/R/CSWGetRecordById.R +++ b/R/CSWGetRecordById.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC CSW GetRecordById -#' @return Object of \code{\link{R6Class}} for modelling a CSW GetRecordById request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a CSW GetRecordById request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a CSW GetRecordById request #' diff --git a/R/CSWGetRecords.R b/R/CSWGetRecords.R index c5bfd47..88cc0c7 100644 --- a/R/CSWGetRecords.R +++ b/R/CSWGetRecords.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC CSW GetRecords -#' @return Object of \code{\link{R6Class}} for modelling a CSW GetRecords request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a CSW GetRecords request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a CSW GetRecords request #' diff --git a/R/CSWHarvest.R b/R/CSWHarvest.R index ef084ce..5abf44c 100644 --- a/R/CSWHarvest.R +++ b/R/CSWHarvest.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC CSW Harvest -#' @return Object of \code{\link{R6Class}} for modelling a CSW Harvest request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a CSW Harvest request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a CSW Harvest request #' diff --git a/R/CSWQuery.R b/R/CSWQuery.R index 03a33ed..4a02e7a 100644 --- a/R/CSWQuery.R +++ b/R/CSWQuery.R @@ -2,8 +2,8 @@ #' @docType class #' @export #' @keywords OGC Query -#' @return Object of \code{\link{R6Class}} for modelling an CSW Query -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an CSW Query +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' #CSWQuery - elementSetName diff --git a/R/CSWRecordProperty.R b/R/CSWRecordProperty.R index 2acbad2..c525143 100644 --- a/R/CSWRecordProperty.R +++ b/R/CSWRecordProperty.R @@ -2,8 +2,8 @@ #' @docType class #' @export #' @keywords CSW RecordProperty -#' @return Object of \code{\link{R6Class}} for modelling an CSW RecordProperty -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an CSW RecordProperty +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' rp <- CSWRecordProperty$new(name = "NAME", value = "VALUE") diff --git a/R/CSWTransaction.R b/R/CSWTransaction.R index 2be695a..55e0099 100644 --- a/R/CSWTransaction.R +++ b/R/CSWTransaction.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC CSW Transaction -#' @return Object of \code{\link{R6Class}} for modelling a CSW Transaction request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a CSW Transaction request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a CSW Transaction request #' diff --git a/R/OGCAbstractObject.R b/R/OGCAbstractObject.R index 11f21ef..9464919 100644 --- a/R/OGCAbstractObject.R +++ b/R/OGCAbstractObject.R @@ -2,8 +2,8 @@ #' @docType class #' @export #' @keywords OGC Abstract Object -#' @return Object of \code{\link{R6Class}} for modelling an OGCAbstractObject -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGCAbstractObject +#' @format \code{\link[R6]{R6Class}} object. #' #' @note abstract class used by \pkg{ows4R} #' @@ -149,7 +149,7 @@ OGCAbstractObject <- R6Class("OGCAbstractObject", attrs = list(), #'@description Initializes an object extending \link{OGCAbstractObject} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param element element name #'@param namespacePrefix namespace prefix for XML encoding #'@param attrs list of attributes @@ -333,7 +333,7 @@ OGCAbstractObject <- R6Class("OGCAbstractObject", #'@param geometa_validate Relates to \pkg{geometa} object ISO validation. Default is \code{TRUE} #'@param geometa_inspire Relates to \pkg{geometa} object INSPIRE validation. Default is \code{FALSE} #'@param geometa_inspireValidator Relates to \pkg{geometa} object INSPIRE validation. Default is \code{NULL} - #'@return an object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@return an object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} encode = function(addNS = TRUE, geometa_validate = TRUE, geometa_inspire = FALSE, geometa_inspireValidator = NULL){ diff --git a/R/OGCExpression.R b/R/OGCExpression.R index df70b2c..338ff88 100644 --- a/R/OGCExpression.R +++ b/R/OGCExpression.R @@ -2,8 +2,8 @@ #' @docType class #' @export #' @keywords OGC Expression -#' @return Object of \code{\link{R6Class}} for modelling an OGC Expression -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC Expression +#' @format \code{\link[R6]{R6Class}} object. #' #' @note abstract class #' @@ -51,8 +51,8 @@ OGCExpression <- R6Class("OGCExpression", #' @docType class #' @export #' @keywords OGC Expression BinaryComparisonOpType -#' @return Object of \code{\link{R6Class}} for modelling an BinaryComparisonOpType -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an BinaryComparisonOpType +#' @format \code{\link[R6]{R6Class}} object. #' #' @note abstract super class of all the property operation classes #' @@ -87,8 +87,8 @@ BinaryComparisonOpType <- R6Class("BinaryComparisonOpType", #' @docType class #' @export #' @keywords OGC Expression BinaryComparisonOpType PropertyIsEqualTo -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsEqualTo -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsEqualTo +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsEqualTo$new(PropertyName = "property", Literal = "value") @@ -121,8 +121,8 @@ PropertyIsEqualTo <-R6Class("PropertyIsEqualTo", #' @docType class #' @export #' @keywords OGC Expression BinaryComparisonOpType PropertyIsNotEqualTo -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsNotEqualTo -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsNotEqualTo +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsNotEqualTo$new(PropertyName = "property", Literal = "value") @@ -155,8 +155,8 @@ PropertyIsNotEqualTo <-R6Class("PropertyIsNotEqualTo", #' @docType class #' @export #' @keywords OGC Expression BinaryComparisonOpType PropertyIsLessThan -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsLessThan -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsLessThan +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsLessThan$new(PropertyName = "property", Literal = "value") @@ -189,8 +189,8 @@ PropertyIsLessThan <-R6Class("PropertyIsLessThan", #' @docType class #' @export #' @keywords OGC Expression BinaryComparisonOpType PropertyIsGreaterThan -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsGreaterThan -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsGreaterThan +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsGreaterThan$new(PropertyName = "property", Literal = "value") @@ -223,8 +223,8 @@ PropertyIsGreaterThan <-R6Class("PropertyIsGreaterThan", #' @docType class #' @export #' @keywords OGC Expression BinaryComparisonOpType PropertyIsLesserThanOrEqualTo -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsLesserThanOrEqualTo -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsLesserThanOrEqualTo +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsLessThanOrEqualTo$new(PropertyName = "property", Literal = "value") @@ -257,8 +257,8 @@ PropertyIsLessThanOrEqualTo <-R6Class("PropertyIsLessThanOrEqualTo", #' @docType class #' @export #' @keywords OGC Expression BinaryComparisonOpType PropertyIsGreaterThanOrEqualTo -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsGreaterThanOrEqualTo -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsGreaterThanOrEqualTo +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsGreaterThanOrEqualTo$new(PropertyName = "property", Literal = "value") @@ -291,8 +291,8 @@ PropertyIsGreaterThanOrEqualTo <-R6Class("PropertyIsGreaterThanOrEqualTo", #' @docType class #' @export #' @keywords OGC Expression PropertyIsLike -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsLike -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsLike +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsLike$new(PropertyName = "property", Literal = "value") @@ -345,8 +345,8 @@ PropertyIsLike <- R6Class("PropertyIsLike", #' @docType class #' @export #' @keywords OGC Expression PropertyIsNull -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsNull -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsNull +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsNull$new(PropertyName = "property") @@ -377,8 +377,8 @@ PropertyIsNull <- R6Class("PropertyIsNull", #' @docType class #' @export #' @keywords OGC Expression PropertyIsBetween -#' @return Object of \code{\link{R6Class}} for modelling an PropertyIsBetween -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsBetween +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsBetween$new(PropertyName = "property", lower = 1, upper = 10) @@ -417,8 +417,8 @@ PropertyIsBetween <- R6Class("PropertyIsBetween", #' @docType class #' @export #' @keywords OGC Expression BBOX -#' @return Object of \code{\link{R6Class}} for modelling an BBOX -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an BBOX +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' bbox <- OWSUtils$toBBOX(-180,-90,180,90) @@ -436,7 +436,7 @@ BBOX <- R6Class("BBOX", public = list( #'@field PropertyName property name field for XML encoding PropertyName = "ows:BoundingBox", - #'@field Envelope envelope as object of class \link{GMLEnvelope} from \pkg{geometa} + #'@field Envelope envelope as object of class \link[geometa]{GMLEnvelope} from \pkg{geometa} Envelope = NULL, #'@description Initializes a \link{BBOX} expression @@ -460,8 +460,8 @@ BBOX <- R6Class("BBOX", #' @docType class #' @export #' @keywords OGC Expression BinaryLogicOpType -#' @return Object of \code{\link{R6Class}} for modelling an BinaryLogicOpType -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an BinaryLogicOpType +#' @format \code{\link[R6]{R6Class}} object. #' @note abstract super class of all the binary logical operation classes BinaryLogicOpType <- R6Class("BinaryLogicOpType", inherit = OGCExpression, @@ -500,8 +500,8 @@ BinaryLogicOpType <- R6Class("BinaryLogicOpType", #' @docType class #' @export #' @keywords OGC Expression BinaryLogicOpType And -#' @return Object of \code{\link{R6Class}} for modelling an And operator -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an And operator +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr1 <- PropertyIsEqualTo$new(PropertyName = "property1", Literal = "value1") @@ -531,8 +531,8 @@ And <- R6Class("And", #' @docType class #' @export #' @keywords OGC Expression BinaryLogicOpType Or -#' @return Object of \code{\link{R6Class}} for modelling an Or operator -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an Or operator +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr1 <- PropertyIsEqualTo$new(PropertyName = "property1", Literal = "value1") @@ -564,8 +564,8 @@ Or <- R6Class("Or", #' @docType class #' @export #' @keywords OGC Expression UnaryLogicOpType -#' @return Object of \code{\link{R6Class}} for modelling an UnaryLogicOpType -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an UnaryLogicOpType +#' @format \code{\link[R6]{R6Class}} object. #' @note abstract super class of all the unary logical operation classes UnaryLogicOpType <- R6Class("UnaryLogicOpType", inherit = OGCExpression, @@ -600,8 +600,8 @@ UnaryLogicOpType <- R6Class("UnaryLogicOpType", #' @docType class #' @export #' @keywords OGC Expression UnaryLogicOpType Not -#' @return Object of \code{\link{R6Class}} for modelling an Not -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an Not +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsEqualTo$new(PropertyName = "property", Literal = "value") diff --git a/R/OGCFilter.R b/R/OGCFilter.R index 215153f..fbd1a3a 100644 --- a/R/OGCFilter.R +++ b/R/OGCFilter.R @@ -2,8 +2,8 @@ #' @docType class #' @export #' @keywords OGC Filter -#' @return Object of \code{\link{R6Class}} for modelling an OGC Filter -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC Filter +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' expr <- PropertyIsEqualTo$new(PropertyName = "property", Literal = "value") diff --git a/R/OWSBoundingBox.R b/R/OWSBoundingBox.R index 634af38..a6322cf 100644 --- a/R/OWSBoundingBox.R +++ b/R/OWSBoundingBox.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC OWS boundingbox -#' @return Object of \code{\link{R6Class}} for modelling an OGC Bounding Box -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC Bounding Box +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -23,7 +23,7 @@ OWSBoundingBox <- R6Class("OWSBoundingBox", UpperCorner = matrix(NA,1,2), #'@description Initializes an object of class \link{OWSBoundingBox} - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param element element name #'@param namespacePrefix namespace prefix #'@param owsVersion OWS version @@ -49,7 +49,7 @@ OWSBoundingBox <- R6Class("OWSBoundingBox", }, #'@description Decodes an object of class \link{OWSBoundingBox} from XML - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} decode = function(xml){ self$attrs$crs <- xmlGetAttr(xml, "crs") params <- xmlChildren(xml) diff --git a/R/OWSCapabilities.R b/R/OWSCapabilities.R index 88c331c..fe1cba3 100644 --- a/R/OWSCapabilities.R +++ b/R/OWSCapabilities.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC OWS GetCapabilities -#' @return Object of \code{\link{R6Class}} with methods for interfacing an abstract +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an abstract #' OWS Get Capabilities document. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @note abstract class used by \pkg{ows4R} #' diff --git a/R/OWSClient.R b/R/OWSClient.R index 77891ab..2e66ed3 100644 --- a/R/OWSClient.R +++ b/R/OWSClient.R @@ -14,8 +14,8 @@ #' @import crayon #' @export #' @keywords OGC Common OWS -#' @return Object of \code{\link{R6Class}} with methods for interfacing a Common OGC web-service. -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing a Common OGC web-service. +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used internally by \pkg{ows4R} #' diff --git a/R/OWSCodeType.R b/R/OWSCodeType.R index 6a75684..c57866d 100644 --- a/R/OWSCodeType.R +++ b/R/OWSCodeType.R @@ -2,8 +2,8 @@ #' @docType class #' @export #' @keywords OWS CodeType -#' @return Object of \code{\link{R6Class}} for modelling an OWS CodeType -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OWS CodeType +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -18,7 +18,7 @@ OWSCodeType <- R6Class("OWSCodeType", value = NULL, #'@description Initializes an object of class \link{OWSCodeType} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param owsVersion OWS version. Default is "1.1" #'@param value the code type initialize = function(xml = NULL, owsVersion = "1.1", value){ diff --git a/R/OWSException.R b/R/OWSException.R index e82d11c..338eb79 100644 --- a/R/OWSException.R +++ b/R/OWSException.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC exception -#' @return Object of \code{\link{R6Class}} modelling a OWS Service exception -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a OWS Service exception +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used by \pkg{ows4R} #' @@ -32,7 +32,7 @@ OWSException <- R6Class("OWSException", ExceptionText = NULL, #'@description Initializes an object of class \link{OWSException} - #'@param xmlObj object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param logger logger initialize = function(xmlObj, logger = NULL){ super$initialize(logger = logger) diff --git a/R/OWSGetCapabilities.R b/R/OWSGetCapabilities.R index 2782f8b..3c8a5e8 100644 --- a/R/OWSGetCapabilities.R +++ b/R/OWSGetCapabilities.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC GetCapabilities -#' @return Object of \code{\link{R6Class}} for modelling a GetCapabilities request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a GetCapabilities request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a OWS GetCapabilities request #' diff --git a/R/OWSHttpRequest.R b/R/OWSHttpRequest.R index 627614e..0c0bc5f 100644 --- a/R/OWSHttpRequest.R +++ b/R/OWSHttpRequest.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC OWS HTTP Request -#' @return Object of \code{\link{R6Class}} for modelling a generic OWS http request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a generic OWS http request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used internally by \pkg{ows4R} #' diff --git a/R/OWSNamespace.R b/R/OWSNamespace.R index 8a84865..c556b10 100644 --- a/R/OWSNamespace.R +++ b/R/OWSNamespace.R @@ -4,8 +4,8 @@ #' @importFrom R6 R6Class #' @export #' @keywords OWS namespace -#' @return Object of \code{\link{R6Class}} for modelling an OWS Namespace -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OWS Namespace +#' @format \code{\link[R6]{R6Class}} object. #' #' @note class used internally by ows4R for specifying XML namespaces #' diff --git a/R/OWSOperation.R b/R/OWSOperation.R index ca1a76f..3a51665 100644 --- a/R/OWSOperation.R +++ b/R/OWSOperation.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC OWS operation -#' @return Object of \code{\link{R6Class}} for modelling an OGC Operation -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC Operation +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Internal class used internally by \pkg{ows4R} when reading capabilities documents #' @@ -18,7 +18,7 @@ OWSOperation <- R6Class("OWSOperation", public = list( #'@description Initializes an object of class \link{OWSOperation}. - #'@param xmlObj object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param owsVersion OWS version #'@param serviceVersion service version initialize = function(xmlObj, owsVersion, serviceVersion){ diff --git a/R/OWSOperationsMetadata.R b/R/OWSOperationsMetadata.R index b3565fd..d639470 100644 --- a/R/OWSOperationsMetadata.R +++ b/R/OWSOperationsMetadata.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC OWS operation metadata -#' @return Object of \code{\link{R6Class}} for modelling an OGC Operations Metadata -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC Operations Metadata +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used internally by \pkg{ows4R} #' @@ -55,7 +55,7 @@ OWSOperationsMetadata <- R6Class("OWSOperationsMetadata", public = list( #'@description Initializes an \link{OWSOperationsMetadata} object - #'@param xmlObj object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param owsVersion OWS version #'@param serviceVersion service version initialize = function(xmlObj, owsVersion, serviceVersion){ diff --git a/R/OWSRequest.R b/R/OWSRequest.R index c5bd419..9ab350a 100644 --- a/R/OWSRequest.R +++ b/R/OWSRequest.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC Service Request -#' @return Object of \code{\link{R6Class}} modelling a OWS Service Capability Request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a OWS Service Capability Request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used by \pkg{ows4R} #' @@ -34,7 +34,7 @@ OWSRequest <- R6Class("OWSRequest", public = list( #'@description Initializes an object of class \link{OWSRequest} - #'@param xmlObj object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param capabilities an object of class or extending \link{OWSCapabilities} #'@param version version #'@param logger logger diff --git a/R/OWSServiceIdentification.R b/R/OWSServiceIdentification.R index fc3bd44..f898a86 100644 --- a/R/OWSServiceIdentification.R +++ b/R/OWSServiceIdentification.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC OWS Service Identification -#' @return Object of \code{\link{R6Class}} for modelling an OGC Service Identification -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC Service Identification +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used internally by \pkg{ows4R} #' @@ -130,7 +130,7 @@ OWSServiceIdentification <- R6Class("OWSServiceIdentification", public = list( #'@description Initializes an object of class \link{OWSServiceIdentification} - #'@param xmlObj object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param owsVersion OWS version #'@param serviceVersion service version initialize = function(xmlObj, owsVersion, serviceVersion){ diff --git a/R/OWSServiceProvider.R b/R/OWSServiceProvider.R index 2124e94..ce9829d 100644 --- a/R/OWSServiceProvider.R +++ b/R/OWSServiceProvider.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC OWS Service Provider -#' @return Object of \code{\link{R6Class}} for modelling an OGC Service Provider -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC Service Provider +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used internally by \pkg{ows4R} #' @@ -118,7 +118,7 @@ OWSServiceProvider <- R6Class("OWSServiceProvider", public = list( #'@description Initializes an object of class \link{OWSServiceProvider} - #'@param xmlObj object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param owsVersion OWS version #'@param serviceVersion service version initialize = function(xmlObj, owsVersion, serviceVersion){ @@ -141,7 +141,7 @@ OWSServiceProvider <- R6Class("OWSServiceProvider", }, #'@description Get provider contact - #'@param the provider contact, object of class \link{ISOResponsibleParty} from \pkg{geometa} + #'@param the provider contact, object of class \link[geometa]{ISOResponsibleParty} from \pkg{geometa} getServiceContact = function(){ return(private$serviceContact) } diff --git a/R/OWSUtils.R b/R/OWSUtils.R index 9882589..9954d91 100644 --- a/R/OWSUtils.R +++ b/R/OWSUtils.R @@ -3,7 +3,7 @@ #' @export #' @keywords OGC OWS Utils #' @return set of OWS Utilities -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @section Static methods: #' \describe{ diff --git a/R/OWSWGS84BoundingBox.R b/R/OWSWGS84BoundingBox.R index 1a2e521..81ff6ba 100644 --- a/R/OWSWGS84BoundingBox.R +++ b/R/OWSWGS84BoundingBox.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC OWS wgs84 boundingbox -#' @return Object of \code{\link{R6Class}} for modelling an OGC WS84 BoundingBox -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC WS84 BoundingBox +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{geometa} #' @@ -19,7 +19,7 @@ OWSWGS84BoundingBox <- R6Class("OWSWGS84BoundingBox", public = list( #'@description Initializes an object of class \link{OWSBoundingBox} - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param owsVersion OWS version #'@param serviceVersion service version #'@param logger logger diff --git a/R/WCSCapabilities.R b/R/WCSCapabilities.R index a41d6df..3c0d1f9 100644 --- a/R/WCSCapabilities.R +++ b/R/WCSCapabilities.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC WCS GetCapabilities -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Web Coverage Service Get Capabilities document. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' \dontrun{ diff --git a/R/WCSClient.R b/R/WCSClient.R index 055a29e..e68ab99 100644 --- a/R/WCSClient.R +++ b/R/WCSClient.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC WCS Coverage -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Web Coverage Service. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' \dontrun{ diff --git a/R/WCSCoverage.R b/R/WCSCoverage.R index be51a1f..fa40fb6 100644 --- a/R/WCSCoverage.R +++ b/R/WCSCoverage.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS Coverage -#' @return Object of \code{\link{R6Class}} modelling a WCS coverage -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS coverage +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by ows4R. #' @@ -55,7 +55,7 @@ WCSCoverage <- R6Class("WCSCoverage", description = NULL, #'@description Initializes an object of class \link{WCSCoverage} - #'@param xmlObj object of class \link{XMLInternalNode-class} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} #'@param serviceVersion WCS service version #'@param owsVersion OWS version #'@param logger logger diff --git a/R/WCSCoverageDescription.R b/R/WCSCoverageDescription.R index 2c7fd00..bc4ef59 100644 --- a/R/WCSCoverageDescription.R +++ b/R/WCSCoverageDescription.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS Coverage -#' @return Object of \code{\link{R6Class}} modelling a WCS coverage summary -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS coverage summary +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by ows4R. #' @@ -74,7 +74,7 @@ WCSCoverageDescription <- R6Class("WCSCoverageDescription", ServiceParameters = list(), #'@description Initializes an object of class \link{WCSCoverageDescription} - #'@param xmlObj an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xmlObj an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param serviceVersion service version #'@param owsVersion OWS version #'@param logger logger diff --git a/R/WCSCoverageDomain.R b/R/WCSCoverageDomain.R index 78a5e77..e73308f 100644 --- a/R/WCSCoverageDomain.R +++ b/R/WCSCoverageDomain.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS Coverage domain -#' @return Object of \code{\link{R6Class}} modelling a WCS coverage domain -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS coverage domain +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by ows4R. #' @@ -73,7 +73,7 @@ WCSCoverageDomain <- R6Class("WCSCoverageDomain", temporalDomain = NULL, #'@description Initializes an object of class \link{WCSCoverageDomain} - #'@param xmlObj an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xmlObj an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param serviceVersion service version #'@param owsVersion OWS version #'@param logger logger diff --git a/R/WCSCoverageSpatialDomain.R b/R/WCSCoverageSpatialDomain.R index f3d49e0..3d6bb56 100644 --- a/R/WCSCoverageSpatialDomain.R +++ b/R/WCSCoverageSpatialDomain.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS Coverage spatial domain -#' @return Object of \code{\link{R6Class}} modelling a WCS coverage spatial domain -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS coverage spatial domain +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by ows4R. #' @@ -97,7 +97,7 @@ WCSCoverageSpatialDomain <- R6Class("WCSCoverageSpatialDomain", GridCRS = list(), #'@description Initializes an object of class \link{WCSCoverageDomain} - #'@param xmlObj an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xmlObj an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param serviceVersion service version #'@param owsVersion OWS version #'@param logger logger @@ -113,7 +113,7 @@ WCSCoverageSpatialDomain <- R6Class("WCSCoverageSpatialDomain", }, #'@description Get envelopes. Method that applies to WCS 1.0 only - #'@return a list of objects of class \link{GMLEnvelope} or \link{GMLEnvelopeWithTimePeriod} + #'@return a list of objects of class \link[geometa]{GMLEnvelope} or \link[geometa]{GMLEnvelopeWithTimePeriod} getEnvelopes = function(){ return(self$envelopes) }, @@ -125,7 +125,7 @@ WCSCoverageSpatialDomain <- R6Class("WCSCoverageSpatialDomain", }, #'@description Get grids. Method that applies to WCS 1.0 only - #'@return a list of of objects of class \link{GMLGrid} or \link{GMLRectifiedGrid} + #'@return a list of of objects of class \link[geometa]{GMLGrid} or \link[geometa]{GMLRectifiedGrid} getGrids = function(){ return(self$grids) }, diff --git a/R/WCSCoverageSummary.R b/R/WCSCoverageSummary.R index 13933fd..32fd39a 100644 --- a/R/WCSCoverageSummary.R +++ b/R/WCSCoverageSummary.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS Coverage -#' @return Object of \code{\link{R6Class}} modelling a WCS coverage summary -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS coverage summary +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by ows4R. #' @@ -107,7 +107,7 @@ WCSCoverageSummary <- R6Class("WCSCoverageSummary", BoundingBox = list(), #'@description Initializes a \link{WCSCoverageSummary} object - #'@param xmlObj object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param capabilities object of class \link{WCSCapabilities} #'@param serviceVersion WCS service version #'@param owsVersion version diff --git a/R/WCSCoverageTemporalDomain.R b/R/WCSCoverageTemporalDomain.R index 2647664..d2a70a0 100644 --- a/R/WCSCoverageTemporalDomain.R +++ b/R/WCSCoverageTemporalDomain.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS Coverage temporal domain -#' @return Object of \code{\link{R6Class}} modelling a WCS coverage temporal domain -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS coverage temporal domain +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by ows4R. #' @@ -67,7 +67,7 @@ WCSCoverageTemporalDomain <- R6Class("WCSCoverageTemporalDomain", periods = list(), #'@description Initializes an object of class \link{WCSCoverageTemporalDomain} - #'@param xmlObj an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xmlObj an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param serviceVersion service version #'@param owsVersion OWS version #'@param logger logger @@ -85,7 +85,7 @@ WCSCoverageTemporalDomain <- R6Class("WCSCoverageTemporalDomain", }, #'@description Get time periods - #'@return a list of objects of class \link{GMLTimePeriod} + #'@return a list of objects of class \link[geometa]{GMLTimePeriod} getPeriods = function(){ return(self$periods) } diff --git a/R/WCSDescribeCoverage.R b/R/WCSDescribeCoverage.R index 5bbaa06..6e2f964 100644 --- a/R/WCSDescribeCoverage.R +++ b/R/WCSDescribeCoverage.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS DescribeCoverage -#' @return Object of \code{\link{R6Class}} for modelling a WCS DescribeCoverage request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WCS DescribeCoverage request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a WCS DescribeCoverage request #' diff --git a/R/WCSGSElevationDomain.R b/R/WCSGSElevationDomain.R index a2f5b19..b6cb7f2 100644 --- a/R/WCSGSElevationDomain.R +++ b/R/WCSGSElevationDomain.R @@ -2,8 +2,8 @@ #' #' @docType class #' @keywords WCS GeoServer elevation domain -#' @return Object of \code{\link{R6Class}} modelling a WCS geoserver elevation domain object -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS geoserver elevation domain object +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Experimental #' @@ -20,7 +20,7 @@ WCSGSElevationDomain <- R6Class("WCSGSElevationDomain", SingleValue = list(), #'@description Decodes from XML - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} decode = function(xml){ print("decoding WCSGSElevationDomain") self$SingleValue = as.list(as.character(sapply(xmlChildren(xml), xmlValue))) diff --git a/R/WCSGSTimeDomain.R b/R/WCSGSTimeDomain.R index 5979b47..7f2674a 100644 --- a/R/WCSGSTimeDomain.R +++ b/R/WCSGSTimeDomain.R @@ -2,8 +2,8 @@ #' #' @docType class #' @keywords WCS GeoServer time domain -#' @return Object of \code{\link{R6Class}} modelling a WCS geoserver time domain object -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS geoserver time domain object +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Experimental #' @@ -20,7 +20,7 @@ WCSGSTimeDomain <- R6Class("WCSGSTimeDomain", TimeInstant = list(), #'@description Decodes from XML - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} decode = function(xml){ self$TimeInstant = as.list(as.character(sapply(xmlChildren(xml), function(x){ xmlValue(xmlChildren(x)[[1]]) diff --git a/R/WCSGetCoverage.R b/R/WCSGetCoverage.R index 9ecd040..c55f63b 100644 --- a/R/WCSGetCoverage.R +++ b/R/WCSGetCoverage.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS GetCoverage -#' @return Object of \code{\link{R6Class}} for modelling a WCS GetCoverage request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WCS GetCoverage request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a WCS GetCoverage request #' diff --git a/R/WCSGridCRS.R b/R/WCSGridCRS.R index d3a9482..10c913e 100644 --- a/R/WCSGridCRS.R +++ b/R/WCSGridCRS.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WCS Coverage grid crs -#' @return Object of \code{\link{R6Class}} modelling a WCS grid CRS -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WCS grid CRS +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by ows4R. #' @@ -41,7 +41,7 @@ WCSGridCRS <- R6Class("WCSGridCRS", GridCS = NULL, #'@description Initializes an object of class \link{WCSGridCRS} - #'@param xmlObj an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xmlObj an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param serviceVersion service version #'@param owsVersion OWS version #'@param logger logger diff --git a/R/WFSCapabilities.R b/R/WFSCapabilities.R index ca900c2..da6b086 100644 --- a/R/WFSCapabilities.R +++ b/R/WFSCapabilities.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC WFS GetCapabilities -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Web Feature Service Get Capabilities document. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used to read a \code{WFSCapabilities} document. The use of \code{WFSClient} is #' recommended instead to benefit from the full set of capabilities associated to a WFS server. diff --git a/R/WFSClient.R b/R/WFSClient.R index 0193ad5..4599219 100644 --- a/R/WFSClient.R +++ b/R/WFSClient.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC WFS Feature -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Web Feature Service. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' \dontrun{ diff --git a/R/WFSDescribeFeatureType.R b/R/WFSDescribeFeatureType.R index 0be4b26..e58d63a 100644 --- a/R/WFSDescribeFeatureType.R +++ b/R/WFSDescribeFeatureType.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WFS DescribeFeatureType -#' @return Object of \code{\link{R6Class}} for modelling a WFS DescribeFeatureType request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WFS DescribeFeatureType request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used by \pkg{ows4R} to trigger a WFS DescribeFeatureType request #' diff --git a/R/WFSFeatureType.R b/R/WFSFeatureType.R index 1e4c4e1..156cb8c 100644 --- a/R/WFSFeatureType.R +++ b/R/WFSFeatureType.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WFS FeatureType -#' @return Object of \code{\link{R6Class}} modelling a WFS feature type -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WFS feature type +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a WFS DescribeFeatureType request #' @@ -117,7 +117,7 @@ WFSFeatureType <- R6Class("WFSFeatureType", features = NULL, #'@description Initializes an object of class \link{WFSFeatureType} - #'@param xmlObj an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xmlObj an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param capabilities object of class \link{WFSCapabilities} #'@param version service version #'@param logger logger diff --git a/R/WFSFeatureTypeElement.R b/R/WFSFeatureTypeElement.R index e688005..7c9c16e 100644 --- a/R/WFSFeatureTypeElement.R +++ b/R/WFSFeatureTypeElement.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WFS FeatureType -#' @return Object of \code{\link{R6Class}} modelling a WFS feature type element -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WFS feature type element +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used by \pkg{ows4R} #' @@ -87,7 +87,7 @@ WFSFeatureTypeElement <- R6Class("WFSFeatureTypeElement", public = list( #'@description Initializes a \link{WFSFeatureTypeElement} - #'@param xmlObj object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xmlObj object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param namespaces namespaces definitions inherited from parent XML, as \code{data.frame} initialize = function(xmlObj, namespaces){ element = private$fetchElement(xmlObj, namespaces) diff --git a/R/WFSGetFeature.R b/R/WFSGetFeature.R index b763531..74c4362 100644 --- a/R/WFSGetFeature.R +++ b/R/WFSGetFeature.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WFS GetFeature -#' @return Object of \code{\link{R6Class}} for modelling a WFS GetFeature request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WFS GetFeature request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a WFS GetFeature request #' diff --git a/R/WMSCapabilities.R b/R/WMSCapabilities.R index dc191b5..d5cc22d 100644 --- a/R/WMSCapabilities.R +++ b/R/WMSCapabilities.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC WMS GetCapabilities -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Web Map Service Get Capabilities document. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used to read a \code{WMSCapabilities} document. The use of \code{WMSClient} is #' recommended instead to benefit from the full set of capabilities associated to a WMS server. diff --git a/R/WMSClient.R b/R/WMSClient.R index 23dc70f..8afc9f9 100644 --- a/R/WMSClient.R +++ b/R/WMSClient.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC WMS Map GetFeatureInfo -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Web Map Service. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' \dontrun{ diff --git a/R/WMSGetFeatureInfo.R b/R/WMSGetFeatureInfo.R index db43883..7233f30 100644 --- a/R/WMSGetFeatureInfo.R +++ b/R/WMSGetFeatureInfo.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WMS GetFeatureInfo -#' @return Object of \code{\link{R6Class}} for modelling a WMS GetFeatureInfo request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WMS GetFeatureInfo request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a WMS GetFeatureInfo request #' diff --git a/R/WMSLayer.R b/R/WMSLayer.R index df18d73..0c6c73d 100644 --- a/R/WMSLayer.R +++ b/R/WMSLayer.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WMS Layer -#' @return Object of \code{\link{R6Class}} modelling a WMS layer -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WMS layer +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used by \pkg{ows4R} #' @@ -143,7 +143,7 @@ WMSLayer <- R6Class("WMSLayer", features = NULL, #'@description Initializes an object of class \link{WMSLayer} - #'@param xmlObj an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xmlObj an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param capabilities object of class \link{WMSCapabilities} #'@param version service version #'@param logger logger diff --git a/R/WPSBoundingBoxData.R b/R/WPSBoundingBoxData.R index 765ce1f..8108880 100644 --- a/R/WPSBoundingBoxData.R +++ b/R/WPSBoundingBoxData.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Bounding Box data -#' @return Object of \code{\link{R6Class}} for modelling an OGC WPS BoundingBox data -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC WPS BoundingBox data +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -17,7 +17,7 @@ WPSBoundingBoxData <- R6Class("WPSBoundingBoxData", public = list( #'@description Initializes an object of class \link{WPSBoundingBoxData} - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param owsVersion OWS version #'@param serviceVersion WPS service version #'@param logger logger diff --git a/R/WPSCapabilities.R b/R/WPSCapabilities.R index 37ddf53..3d40b7a 100644 --- a/R/WPSCapabilities.R +++ b/R/WPSCapabilities.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC WPS Capabilities -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Web Processing Service (WPS) Get Capabilities document. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used to read a \code{WPSCapabilities} document. The use of \code{WPSClient} is #' recommended instead to benefit from the full set of capabilities associated to a WPS server. diff --git a/R/WPSClient.R b/R/WPSClient.R index 7333f63..a7bd5e1 100644 --- a/R/WPSClient.R +++ b/R/WPSClient.R @@ -3,9 +3,9 @@ #' @docType class #' @export #' @keywords OGC WPS Processing Process -#' @return Object of \code{\link{R6Class}} with methods for interfacing an OGC +#' @return Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC #' Web Processing Service. -#' @format \code{\link{R6Class}} object. +#' @format \code{\link[R6]{R6Class}} object. #' #' @examples #' \dontrun{ diff --git a/R/WPSComplexData.R b/R/WPSComplexData.R index 735ea83..b69e7cf 100644 --- a/R/WPSComplexData.R +++ b/R/WPSComplexData.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS ComplexData -#' @return Object of \code{\link{R6Class}} for modelling a WPS Complex Data -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS Complex Data +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -110,7 +110,7 @@ WPSComplexData <- R6Class("WPSComplexData", value = NULL, #'@description Initializes an object of class \link{WPSComplexData} - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param value value #'@param schema schema #'@param mimeType mime type @@ -133,7 +133,7 @@ WPSComplexData <- R6Class("WPSComplexData", }, #'@description Decodes an object of class \link{WPSComplexData} from XML - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML decode = function(xml){ self$value <- as(xmlChildren(xml)[[1]], "character") self$attrs <- as.list(xmlAttrs(xml)) diff --git a/R/WPSComplexInputDescription.R b/R/WPSComplexInputDescription.R index 8090704..8961de2 100644 --- a/R/WPSComplexInputDescription.R +++ b/R/WPSComplexInputDescription.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process complex input description -#' @return Object of \code{\link{R6Class}} modelling a WPS process complex input description -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process complex input description +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -16,7 +16,7 @@ WPSComplexInputDescription <- R6Class("WPSComplexInputDescription", public = list( #'@description Initializes a \link{WPSComplexInputDescription} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param version WPS service version #'@param logger logger #'@param ... any other parameter diff --git a/R/WPSComplexOutputDescription.R b/R/WPSComplexOutputDescription.R index d049fcc..bb7642a 100644 --- a/R/WPSComplexOutputDescription.R +++ b/R/WPSComplexOutputDescription.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process complex output description -#' @return Object of \code{\link{R6Class}} modelling a WPS process complex input description -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process complex input description +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -16,7 +16,7 @@ WPSComplexOutputDescription <- R6Class("WPSComplexOutputDescription", public = list( #'@description Initializes a \link{WPSComplexOutputDescription} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param version WPS service version #'@param logger logger #'@param ... any other parameter diff --git a/R/WPSDescribeProcess.R b/R/WPSDescribeProcess.R index fd37c3b..230ac06 100644 --- a/R/WPSDescribeProcess.R +++ b/R/WPSDescribeProcess.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS DescribeProcess -#' @return Object of \code{\link{R6Class}} for modelling a WPS DescribeProcess request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS DescribeProcess request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a WPS DescribeProcess request #' diff --git a/R/WPSDescriptionParameter.R b/R/WPSDescriptionParameter.R index a5d9383..4b2fbdd 100644 --- a/R/WPSDescriptionParameter.R +++ b/R/WPSDescriptionParameter.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process input description parameter -#' @return Object of \code{\link{R6Class}} modelling a WPS process input description parameter -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process input description parameter +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -57,7 +57,7 @@ WPSDescriptionParameter <- R6Class("WPSDescriptionParameter", ), public = list( #'@description Initializes a \link{WPSDescriptionParameter} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param version WPS service version #'@param logger logger #'@param ... any other parameter diff --git a/R/WPSException.R b/R/WPSException.R index 4e470b9..e019fbc 100644 --- a/R/WPSException.R +++ b/R/WPSException.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Exception -#' @return Object of \code{\link{R6Class}} for modelling a WPS Exception -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS Exception +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -21,7 +21,7 @@ WPSException <- R6Class("WPSException", percentCompleted = 0L, #'@description Initializes a \link{WPSException} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param serviceVersion service version. Default "1.0.0" initialize = function(xml = NULL, serviceVersion = "1.0.0") { private$xmlNamespacePrefix = paste(private$xmlNamespacePrefix, gsub("\\.", "_", serviceVersion), sep="_") @@ -32,7 +32,7 @@ WPSException <- R6Class("WPSException", }, #'@description Decodes an object of class \link{WPSException} from XML - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} decode = function(xml){ stop("Not yet implemented") } diff --git a/R/WPSExecute.R b/R/WPSExecute.R index 5552bdb..abbf663 100644 --- a/R/WPSExecute.R +++ b/R/WPSExecute.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Execute -#' @return Object of \code{\link{R6Class}} for modelling a WPS Execute request -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS Execute request +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} to trigger a WPS Execute request #' diff --git a/R/WPSExecuteResponse.R b/R/WPSExecuteResponse.R index 7ee381b..ed7782c 100644 --- a/R/WPSExecuteResponse.R +++ b/R/WPSExecuteResponse.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS ExecuteResponse -#' @return Object of \code{\link{R6Class}} for modelling a WPS Execute response -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS Execute response +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -32,7 +32,7 @@ WPSExecuteResponse <- R6Class("WPSExecuteResponse", exception = NULL, #'@description Initializes a \link{WPSExecuteResponse} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param capabilities object of class \link{WPSCapabilities} #'@param processDescription process description #'@param logger logger @@ -83,7 +83,7 @@ WPSExecuteResponse <- R6Class("WPSExecuteResponse", }, #'@description Decodes an object of class \link{WPSExecuteResponse} from XML - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param capabilities object of class \link{WPSCapabilities} #'@param processDescription process description #'@param logger logger diff --git a/R/WPSFormat.R b/R/WPSFormat.R index eab029c..a81b78a 100644 --- a/R/WPSFormat.R +++ b/R/WPSFormat.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process input description -#' @return Object of \code{\link{R6Class}} modelling a WPS process input description -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process input description +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -45,7 +45,7 @@ WPSFormat <- R6Class("WPSFormat", public = list( #'@description Initializes an object of class \link{WPSFormat} - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param version WPS service version #'@param logger logger #'@param ... any additional parameter diff --git a/R/WPSInput.R b/R/WPSInput.R index bccf55e..e7aca9d 100644 --- a/R/WPSInput.R +++ b/R/WPSInput.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Input -#' @return Object of \code{\link{R6Class}} for modelling a WPS Input -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS Input +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -21,7 +21,7 @@ WPSInput <- R6Class("WPSInput", Data = NULL, #'@description Initializes a \link{WPSInput} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param identifier identifier #'@param data data #'@param serviceVersion service version. Default "1.0.0" diff --git a/R/WPSInputDescription.R b/R/WPSInputDescription.R index 368e8e8..8f6d70a 100644 --- a/R/WPSInputDescription.R +++ b/R/WPSInputDescription.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process input description -#' @return Object of \code{\link{R6Class}} modelling a WPS process input description -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process input description +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -31,7 +31,7 @@ WPSInputDescription <- R6Class("WPSInputDescription", public = list( #'@description Initializes a \link{WPSInputDescription} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param version WPS service version #'@param logger logger #'@param ... any other parameter diff --git a/R/WPSLiteralData.R b/R/WPSLiteralData.R index 9f9ee22..2952f0d 100644 --- a/R/WPSLiteralData.R +++ b/R/WPSLiteralData.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS LiteralData -#' @return Object of \code{\link{R6Class}} for modelling a WPS Literal Data -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS Literal Data +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -19,7 +19,7 @@ WPSLiteralData <- R6Class("WPSLiteralData", value = NULL, #'@description Initializes an object of class \link{WPSLiteralData} - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param value value #'@param serviceVersion WPS service version initialize = function(xml = NULL, value = NULL, serviceVersion = "1.0.0") { @@ -42,7 +42,7 @@ WPSLiteralData <- R6Class("WPSLiteralData", }, #'@description Decodes an object of class \link{WPSLiteralData} from XML - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML decode = function(xml){ dataType <- xmlGetAttr(xml, "dataType") diff --git a/R/WPSLiteralInputDescription.R b/R/WPSLiteralInputDescription.R index 6a58c9f..f76df74 100644 --- a/R/WPSLiteralInputDescription.R +++ b/R/WPSLiteralInputDescription.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process input description -#' @return Object of \code{\link{R6Class}} modelling a WPS process input description -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process input description +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -37,7 +37,7 @@ WPSLiteralInputDescription <- R6Class("WPSLiteralInputDescription", public = list( #'@description Initializes a \link{WPSLiteralInputDescription} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param version WPS service version #'@param logger logger #'@param ... any other parameter diff --git a/R/WPSLiteralOutputDescription.R b/R/WPSLiteralOutputDescription.R index 3445b19..c875856 100644 --- a/R/WPSLiteralOutputDescription.R +++ b/R/WPSLiteralOutputDescription.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process literal output description -#' @return Object of \code{\link{R6Class}} modelling a WPS process literal output description -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process literal output description +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -16,7 +16,7 @@ WPSLiteralOutputDescription <- R6Class("WPSLiteralOutputDescription", public = list( #'@description Initializes a \link{WPSLiteralOutputDescription} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param version WPS service version #'@param logger logger #'@param ... any other parameter diff --git a/R/WPSOutput.R b/R/WPSOutput.R index ecd891f..186f94f 100644 --- a/R/WPSOutput.R +++ b/R/WPSOutput.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Input -#' @return Object of \code{\link{R6Class}} for modelling a WPS Input -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS Input +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -33,7 +33,7 @@ WPSOutput <- R6Class("WPSOutput", Data = NULL, #'@description Initializes a \link{WPSOutput} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param identifier identifier #'@param title title #'@param data data @@ -61,7 +61,7 @@ WPSOutput <- R6Class("WPSOutput", }, #'@description Decodes an object of class \link{WPSOutput} from \pkg{XML} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} decode = function(xml){ children <- xmlChildren(xml) self$Identifier <- if(!is.null(children$Identifier)) xmlValue(children$Identifier) else NA diff --git a/R/WPSOutputDescription.R b/R/WPSOutputDescription.R index 3ad2782..7f9d449 100644 --- a/R/WPSOutputDescription.R +++ b/R/WPSOutputDescription.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process output description -#' @return Object of \code{\link{R6Class}} modelling a WPS process input description -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process input description +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -16,7 +16,7 @@ WPSOutputDescription <- R6Class("WPSOutputDescription", public = list( #'@description Initializes a \link{WPSOutputDescription} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param version WPS service version #'@param logger logger #'@param ... any other parameter diff --git a/R/WPSParameter.R b/R/WPSParameter.R index a5e2c88..06614b9 100644 --- a/R/WPSParameter.R +++ b/R/WPSParameter.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Parameter -#' @return Object of \code{\link{R6Class}} modelling a WPS parameter -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS parameter +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Abstract class used internally by \pkg{ows4R} #' @@ -51,7 +51,7 @@ WPSParameter <- R6Class("WPSParameter", public = list( #'@description Initializes an object of class \link{WPSParameter} - #'@param xml an object of class \link{XMLInternalNode-class} to initialize from XML + #'@param xml an object of class \link[XML]{XMLInternalNode-class} to initialize from XML #'@param version WPS service version #'@param logger logger #'@param ... any additional parameter diff --git a/R/WPSProcess.R b/R/WPSProcess.R index 33d7cfc..75b230b 100644 --- a/R/WPSProcess.R +++ b/R/WPSProcess.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process -#' @return Object of \code{\link{R6Class}} modelling a WPS process -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -52,7 +52,7 @@ WPSProcess <- R6Class("WPSProcess", public = list( #'@description Initializes a \link{WPSProcess} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param capabilities object of class \link{WPSCapabilities} #'@param version service version #'@param logger logger diff --git a/R/WPSProcessDescription.R b/R/WPSProcessDescription.R index 5565835..c68d6e4 100644 --- a/R/WPSProcessDescription.R +++ b/R/WPSProcessDescription.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Process ProcessDescription -#' @return Object of \code{\link{R6Class}} modelling a WPS process description -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} modelling a WPS process description +#' @format \code{\link[R6]{R6Class}} object. #' #' @note Class used internally by \pkg{ows4R} #' @@ -100,7 +100,7 @@ WPSProcessDescription <- R6Class("WPSProcessDescription", ), public = list( #'@description Initializes an object of class \link{WPSProcessDescription} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param version version #'@param logger logger #'@param ... any other parameter diff --git a/R/WPSResponseDocument.R b/R/WPSResponseDocument.R index 8d56b26..23b45e6 100644 --- a/R/WPSResponseDocument.R +++ b/R/WPSResponseDocument.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS ResponseDocument -#' @return Object of \code{\link{R6Class}} for modelling an OGC WPS response document -#' @format \link{R6Class} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling an OGC WPS response document +#' @format \link[R6]{R6Class} object. #' #' @author Emmanuel Blondel #' @@ -19,7 +19,7 @@ WPSResponseDocument <- R6Class("WPSResponseDocument", Output = NULL, #'@description Initializes a \link{WPSResponseDocument} - #'@param xml object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param storeExecuteResponse store execute response, object of class \code{logical} #'@param lineage lineage, object of class \code{logical} #'@param status status, object of class \code{logical} diff --git a/R/WPSStatus.R b/R/WPSStatus.R index bcb241e..f81ecaf 100644 --- a/R/WPSStatus.R +++ b/R/WPSStatus.R @@ -3,8 +3,8 @@ #' @docType class #' @export #' @keywords OGC WPS Status -#' @return Object of \code{\link{R6Class}} for modelling a WPS Status -#' @format \code{\link{R6Class}} object. +#' @return Object of \code{\link[R6]{R6Class}} for modelling a WPS Status +#' @format \code{\link[R6]{R6Class}} object. #' #' @author Emmanuel Blondel #' @@ -21,7 +21,7 @@ WPSStatus <- R6Class("WPSStatus", percentCompleted = 0L, #'@description Initalizes a \link{WPSStatus} object - #'@param xml an object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml an object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} #'@param serviceVersion WPS service version. Default is "1.0.0" initialize = function(xml = NULL, serviceVersion = "1.0.0") { private$xmlNamespacePrefix = paste(private$xmlNamespacePrefix, gsub("\\.", "_", serviceVersion), sep="_") @@ -33,7 +33,7 @@ WPSStatus <- R6Class("WPSStatus", }, #'@description Decodes WPS status from XML - #'@param xml an object of class \link{XMLInternalNode-class} from \pkg{XML} + #'@param xml an object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} decode = function(xml){ self$value <- xmlName(xmlChildren(xml)[[1]]) percentCompleted = xmlGetAttr(xmlChildren(xml)[[1]], "percentCompleted") diff --git a/R/ows4R.R b/R/ows4R.R index 767cdf1..bc233cc 100644 --- a/R/ows4R.R +++ b/R/ows4R.R @@ -1,7 +1,6 @@ #' @name ows4R #' @aliases ows4R-package #' @aliases ows4R -#' @docType package #' #' @title Interface to OGC Web-Services #' @description Provides an Interface to Web-Services defined as standards by the Open Geospatial Consortium (OGC), including Web Feature Service @@ -11,4 +10,4 @@ #' #'@author Emmanuel Blondel \email{emmanuel.blondel1@@gmail.com} #' -NULL \ No newline at end of file +"_PACKAGE" \ No newline at end of file diff --git a/man/And.Rd b/man/And.Rd index aa60ee7..08122c6 100644 --- a/man/And.Rd +++ b/man/And.Rd @@ -5,10 +5,10 @@ \alias{And} \title{And} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an And operator +Object of \code{\link[R6]{R6Class}} for modelling an And operator } \description{ And diff --git a/man/BBOX.Rd b/man/BBOX.Rd index e4badee..12db4b0 100644 --- a/man/BBOX.Rd +++ b/man/BBOX.Rd @@ -5,10 +5,10 @@ \alias{BBOX} \title{BBOX} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an BBOX +Object of \code{\link[R6]{R6Class}} for modelling an BBOX } \description{ BBOX @@ -35,7 +35,7 @@ Emmanuel Blondel \describe{ \item{\code{PropertyName}}{property name field for XML encoding} -\item{\code{Envelope}}{envelope as object of class \link{GMLEnvelope} from \pkg{geometa}} +\item{\code{Envelope}}{envelope as object of class \link[geometa]{GMLEnvelope} from \pkg{geometa}} } \if{html}{\out{}} } diff --git a/man/BinaryComparisonOpType.Rd b/man/BinaryComparisonOpType.Rd index 4307984..a4321c3 100644 --- a/man/BinaryComparisonOpType.Rd +++ b/man/BinaryComparisonOpType.Rd @@ -5,10 +5,10 @@ \alias{BinaryComparisonOpType} \title{BinaryComparisonOpType} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an BinaryComparisonOpType +Object of \code{\link[R6]{R6Class}} for modelling an BinaryComparisonOpType } \description{ BinaryComparisonOpType diff --git a/man/BinaryLogicOpType.Rd b/man/BinaryLogicOpType.Rd index 4866ccd..8132090 100644 --- a/man/BinaryLogicOpType.Rd +++ b/man/BinaryLogicOpType.Rd @@ -5,10 +5,10 @@ \alias{BinaryLogicOpType} \title{BinaryLogicOpType} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an BinaryLogicOpType +Object of \code{\link[R6]{R6Class}} for modelling an BinaryLogicOpType } \description{ BinaryLogicOpType diff --git a/man/CASClient.Rd b/man/CASClient.Rd index 64120d2..4a344d1 100644 --- a/man/CASClient.Rd +++ b/man/CASClient.Rd @@ -5,10 +5,10 @@ \alias{CASClient} \title{CASClient} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing a Central Authentication Service (CAS). +Object of \code{\link[R6]{R6Class}} with methods for interfacing a Central Authentication Service (CAS). } \description{ CASClient diff --git a/man/CSWCapabilities.Rd b/man/CSWCapabilities.Rd index 5afb316..df14379 100644 --- a/man/CSWCapabilities.Rd +++ b/man/CSWCapabilities.Rd @@ -5,10 +5,10 @@ \alias{CSWCapabilities} \title{CSWCapabilities} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Catalogue Service for the Web (CSW) Get Capabilities document. } \description{ diff --git a/man/CSWClient.Rd b/man/CSWClient.Rd index 10eed12..b2086ec 100644 --- a/man/CSWClient.Rd +++ b/man/CSWClient.Rd @@ -5,10 +5,10 @@ \alias{CSWClient} \title{CSWClient} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Catalogue Service for the Web. } \description{ diff --git a/man/CSWConstraint.Rd b/man/CSWConstraint.Rd index ec47530..6094955 100644 --- a/man/CSWConstraint.Rd +++ b/man/CSWConstraint.Rd @@ -5,10 +5,10 @@ \alias{CSWConstraint} \title{CSWConstraint} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an CSW Constraint +Object of \code{\link[R6]{R6Class}} for modelling an CSW Constraint } \description{ CSWConstraint diff --git a/man/CSWDescribeRecord.Rd b/man/CSWDescribeRecord.Rd index ce9b71e..7616c05 100644 --- a/man/CSWDescribeRecord.Rd +++ b/man/CSWDescribeRecord.Rd @@ -5,10 +5,10 @@ \alias{CSWDescribeRecord} \title{CSWDescribeRecord} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a CSW DescribeRecord request +Object of \code{\link[R6]{R6Class}} for modelling a CSW DescribeRecord request } \description{ CSWDescribeRecord diff --git a/man/CSWGetRecordById.Rd b/man/CSWGetRecordById.Rd index b2e6b72..3282639 100644 --- a/man/CSWGetRecordById.Rd +++ b/man/CSWGetRecordById.Rd @@ -5,10 +5,10 @@ \alias{CSWGetRecordById} \title{CSWGetRecordById} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a CSW GetRecordById request +Object of \code{\link[R6]{R6Class}} for modelling a CSW GetRecordById request } \description{ CSWGetRecordById diff --git a/man/CSWGetRecords.Rd b/man/CSWGetRecords.Rd index c14c953..ffdb678 100644 --- a/man/CSWGetRecords.Rd +++ b/man/CSWGetRecords.Rd @@ -5,10 +5,10 @@ \alias{CSWGetRecords} \title{CSWGetRecords} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a CSW GetRecords request +Object of \code{\link[R6]{R6Class}} for modelling a CSW GetRecords request } \description{ CSWGetRecords diff --git a/man/CSWHarvest.Rd b/man/CSWHarvest.Rd index 2c7834c..1b17a35 100644 --- a/man/CSWHarvest.Rd +++ b/man/CSWHarvest.Rd @@ -5,10 +5,10 @@ \alias{CSWHarvest} \title{CSWHarvest} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a CSW Harvest request +Object of \code{\link[R6]{R6Class}} for modelling a CSW Harvest request } \description{ CSWHarvest diff --git a/man/CSWQuery.Rd b/man/CSWQuery.Rd index 3aa8a22..bf31018 100644 --- a/man/CSWQuery.Rd +++ b/man/CSWQuery.Rd @@ -5,10 +5,10 @@ \alias{CSWQuery} \title{CSWQuery} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an CSW Query +Object of \code{\link[R6]{R6Class}} for modelling an CSW Query } \description{ CSWQuery diff --git a/man/CSWRecordProperty.Rd b/man/CSWRecordProperty.Rd index 9c9dc7e..9bcf698 100644 --- a/man/CSWRecordProperty.Rd +++ b/man/CSWRecordProperty.Rd @@ -5,10 +5,10 @@ \alias{CSWRecordProperty} \title{CSWRecordProperty} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an CSW RecordProperty +Object of \code{\link[R6]{R6Class}} for modelling an CSW RecordProperty } \description{ CSWRecordProperty diff --git a/man/CSWTransaction.Rd b/man/CSWTransaction.Rd index db8b9f2..d94cd28 100644 --- a/man/CSWTransaction.Rd +++ b/man/CSWTransaction.Rd @@ -5,10 +5,10 @@ \alias{CSWTransaction} \title{CSWTransaction} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a CSW Transaction request +Object of \code{\link[R6]{R6Class}} for modelling a CSW Transaction request } \description{ CSWTransaction diff --git a/man/Not.Rd b/man/Not.Rd index 5df9147..8d7de60 100644 --- a/man/Not.Rd +++ b/man/Not.Rd @@ -5,10 +5,10 @@ \alias{Not} \title{Not} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an Not +Object of \code{\link[R6]{R6Class}} for modelling an Not } \description{ Not diff --git a/man/OGCAbstractObject.Rd b/man/OGCAbstractObject.Rd index dbd3a06..a764ccf 100644 --- a/man/OGCAbstractObject.Rd +++ b/man/OGCAbstractObject.Rd @@ -5,10 +5,10 @@ \alias{OGCAbstractObject} \title{OGCAbstractObject} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGCAbstractObject +Object of \code{\link[R6]{R6Class}} for modelling an OGCAbstractObject } \description{ OGCAbstractObject @@ -152,7 +152,7 @@ Initializes an object extending \link{OGCAbstractObject} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{element}}{element name} @@ -267,7 +267,7 @@ Encodes as XML. The \code{addNS} . \if{html}{\out{
}} } \subsection{Returns}{ -an object of class \link{XMLInternalNode-class} from \pkg{XML} +an object of class \link[XML]{XMLInternalNode-class} from \pkg{XML} } } \if{html}{\out{
}} diff --git a/man/OGCExpression.Rd b/man/OGCExpression.Rd index 8569ec3..0651504 100644 --- a/man/OGCExpression.Rd +++ b/man/OGCExpression.Rd @@ -5,10 +5,10 @@ \alias{OGCExpression} \title{OGCExpression} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC Expression +Object of \code{\link[R6]{R6Class}} for modelling an OGC Expression } \description{ OGCExpression diff --git a/man/OGCFilter.Rd b/man/OGCFilter.Rd index 324bb72..c57d70c 100644 --- a/man/OGCFilter.Rd +++ b/man/OGCFilter.Rd @@ -5,10 +5,10 @@ \alias{OGCFilter} \title{OGCFilter} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC Filter +Object of \code{\link[R6]{R6Class}} for modelling an OGC Filter } \description{ OGCFilter diff --git a/man/OWSBoundingBox.Rd b/man/OWSBoundingBox.Rd index b3adf2d..f18f6f5 100644 --- a/man/OWSBoundingBox.Rd +++ b/man/OWSBoundingBox.Rd @@ -5,10 +5,10 @@ \alias{OWSBoundingBox} \title{OWSBoundingBox} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC Bounding Box +Object of \code{\link[R6]{R6Class}} for modelling an OGC Bounding Box } \description{ OWSBoundingBox @@ -79,7 +79,7 @@ Initializes an object of class \link{OWSBoundingBox} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{element}}{element name} @@ -106,7 +106,7 @@ Decodes an object of class \link{OWSBoundingBox} from XML \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} } \if{html}{\out{
}} } diff --git a/man/OWSCapabilities.Rd b/man/OWSCapabilities.Rd index 68e5fef..271139f 100644 --- a/man/OWSCapabilities.Rd +++ b/man/OWSCapabilities.Rd @@ -5,10 +5,10 @@ \alias{OWSCapabilities} \title{OWSGetCapabilities} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an abstract +Object of \code{\link[R6]{R6Class}} with methods for interfacing an abstract OWS Get Capabilities document. } \description{ diff --git a/man/OWSClient.Rd b/man/OWSClient.Rd index 8834406..4c1867b 100644 --- a/man/OWSClient.Rd +++ b/man/OWSClient.Rd @@ -5,10 +5,10 @@ \alias{OWSClient} \title{OWSClient} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing a Common OGC web-service. +Object of \code{\link[R6]{R6Class}} with methods for interfacing a Common OGC web-service. } \description{ OWSClient diff --git a/man/OWSCodeType.Rd b/man/OWSCodeType.Rd index 2d9fd00..cd50671 100644 --- a/man/OWSCodeType.Rd +++ b/man/OWSCodeType.Rd @@ -5,10 +5,10 @@ \alias{OWSCodeType} \title{OWSCodeType} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OWS CodeType +Object of \code{\link[R6]{R6Class}} for modelling an OWS CodeType } \description{ OWSCodeType @@ -65,7 +65,7 @@ Initializes an object of class \link{OWSCodeType} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{owsVersion}}{OWS version. Default is "1.1"} diff --git a/man/OWSException.Rd b/man/OWSException.Rd index 3884c26..cf8f660 100644 --- a/man/OWSException.Rd +++ b/man/OWSException.Rd @@ -5,10 +5,10 @@ \alias{OWSException} \title{OWSException} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a OWS Service exception +Object of \code{\link[R6]{R6Class}} modelling a OWS Service exception } \description{ OWSException @@ -71,7 +71,7 @@ Initializes an object of class \link{OWSException} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{logger}}{logger} } diff --git a/man/OWSGetCapabilities.Rd b/man/OWSGetCapabilities.Rd index 9ac0839..b37357a 100644 --- a/man/OWSGetCapabilities.Rd +++ b/man/OWSGetCapabilities.Rd @@ -5,10 +5,10 @@ \alias{OWSGetCapabilities} \title{OWSGetCapabilities} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a GetCapabilities request +Object of \code{\link[R6]{R6Class}} for modelling a GetCapabilities request } \description{ OWSGetCapabilities diff --git a/man/OWSHttpRequest.Rd b/man/OWSHttpRequest.Rd index d1eaf19..168d058 100644 --- a/man/OWSHttpRequest.Rd +++ b/man/OWSHttpRequest.Rd @@ -5,10 +5,10 @@ \alias{OWSHttpRequest} \title{OWSHttpRequest} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a generic OWS http request +Object of \code{\link[R6]{R6Class}} for modelling a generic OWS http request } \description{ OWSHttpRequest diff --git a/man/OWSNamespace.Rd b/man/OWSNamespace.Rd index 5ae9d05..8cd949d 100644 --- a/man/OWSNamespace.Rd +++ b/man/OWSNamespace.Rd @@ -5,10 +5,10 @@ \alias{OWSNamespace} \title{OWSNamespace} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OWS Namespace +Object of \code{\link[R6]{R6Class}} for modelling an OWS Namespace } \description{ OWSNamespace diff --git a/man/OWSOperation.Rd b/man/OWSOperation.Rd index 58b698e..81961f3 100644 --- a/man/OWSOperation.Rd +++ b/man/OWSOperation.Rd @@ -5,10 +5,10 @@ \alias{OWSOperation} \title{OWSOperation} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC Operation +Object of \code{\link[R6]{R6Class}} for modelling an OGC Operation } \description{ OWSOperation @@ -46,7 +46,7 @@ Initializes an object of class \link{OWSOperation}. \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{owsVersion}}{OWS version} diff --git a/man/OWSOperationsMetadata.Rd b/man/OWSOperationsMetadata.Rd index 2e4d4f6..51f8f14 100644 --- a/man/OWSOperationsMetadata.Rd +++ b/man/OWSOperationsMetadata.Rd @@ -5,10 +5,10 @@ \alias{OWSOperationsMetadata} \title{OWSOperationsMetadata} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC Operations Metadata +Object of \code{\link[R6]{R6Class}} for modelling an OGC Operations Metadata } \description{ OWSOperationsMetadata @@ -45,7 +45,7 @@ Initializes an \link{OWSOperationsMetadata} object \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{owsVersion}}{OWS version} diff --git a/man/OWSRequest.Rd b/man/OWSRequest.Rd index 6ceac0b..616fd8f 100644 --- a/man/OWSRequest.Rd +++ b/man/OWSRequest.Rd @@ -5,10 +5,10 @@ \alias{OWSRequest} \title{OWSRequest} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a OWS Service Capability Request +Object of \code{\link[R6]{R6Class}} modelling a OWS Service Capability Request } \description{ OWSRequest @@ -64,7 +64,7 @@ Initializes an object of class \link{OWSRequest} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{capabilities}}{an object of class or extending \link{OWSCapabilities}} diff --git a/man/OWSServiceIdentification.Rd b/man/OWSServiceIdentification.Rd index 22c7575..425e121 100644 --- a/man/OWSServiceIdentification.Rd +++ b/man/OWSServiceIdentification.Rd @@ -5,10 +5,10 @@ \alias{OWSServiceIdentification} \title{OWSServiceIdentification} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC Service Identification +Object of \code{\link[R6]{R6Class}} for modelling an OGC Service Identification } \description{ OWSServiceIdentification @@ -53,7 +53,7 @@ Initializes an object of class \link{OWSServiceIdentification} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{owsVersion}}{OWS version} diff --git a/man/OWSServiceProvider.Rd b/man/OWSServiceProvider.Rd index 0a837c7..e4b783d 100644 --- a/man/OWSServiceProvider.Rd +++ b/man/OWSServiceProvider.Rd @@ -5,10 +5,10 @@ \alias{OWSServiceProvider} \title{OWSServiceProvider} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC Service Provider +Object of \code{\link[R6]{R6Class}} for modelling an OGC Service Provider } \description{ OWSServiceProvider @@ -47,7 +47,7 @@ Initializes an object of class \link{OWSServiceProvider} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{owsVersion}}{OWS version} @@ -102,7 +102,7 @@ Get provider contact \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{the}}{provider contact, object of class \link{ISOResponsibleParty} from \pkg{geometa}} +\item{\code{the}}{provider contact, object of class \link[geometa]{ISOResponsibleParty} from \pkg{geometa}} } \if{html}{\out{
}} } diff --git a/man/OWSUtils.Rd b/man/OWSUtils.Rd index 8939532..a4a5f9c 100644 --- a/man/OWSUtils.Rd +++ b/man/OWSUtils.Rd @@ -5,7 +5,7 @@ \alias{OWSUtils} \title{OWSUtils} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \usage{ OWSUtils diff --git a/man/OWSWGS84BoundingBox.Rd b/man/OWSWGS84BoundingBox.Rd index 8a22393..20099d2 100644 --- a/man/OWSWGS84BoundingBox.Rd +++ b/man/OWSWGS84BoundingBox.Rd @@ -5,10 +5,10 @@ \alias{OWSWGS84BoundingBox} \title{OWSWGS84BoundingBox} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC WS84 BoundingBox +Object of \code{\link[R6]{R6Class}} for modelling an OGC WS84 BoundingBox } \description{ OWSWGS84BoundingBox @@ -65,7 +65,7 @@ Initializes an object of class \link{OWSBoundingBox} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{owsVersion}}{OWS version} diff --git a/man/Or.Rd b/man/Or.Rd index c3b5d6c..76323ae 100644 --- a/man/Or.Rd +++ b/man/Or.Rd @@ -5,10 +5,10 @@ \alias{Or} \title{Or} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an Or operator +Object of \code{\link[R6]{R6Class}} for modelling an Or operator } \description{ Or diff --git a/man/PropertyIsBetween.Rd b/man/PropertyIsBetween.Rd index d3c6a01..0ce5fd1 100644 --- a/man/PropertyIsBetween.Rd +++ b/man/PropertyIsBetween.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsBetween} \title{PropertyIsBetween} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsBetween +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsBetween } \description{ PropertyIsBetween diff --git a/man/PropertyIsEqualTo.Rd b/man/PropertyIsEqualTo.Rd index e3f97d9..d1cf80b 100644 --- a/man/PropertyIsEqualTo.Rd +++ b/man/PropertyIsEqualTo.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsEqualTo} \title{PropertyIsEqualTo} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsEqualTo +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsEqualTo } \description{ PropertyIsEqualTo diff --git a/man/PropertyIsGreaterThan.Rd b/man/PropertyIsGreaterThan.Rd index 8ee8d1f..4dad727 100644 --- a/man/PropertyIsGreaterThan.Rd +++ b/man/PropertyIsGreaterThan.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsGreaterThan} \title{PropertyIsGreaterThan} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsGreaterThan +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsGreaterThan } \description{ PropertyIsGreaterThan diff --git a/man/PropertyIsGreaterThanOrEqualTo.Rd b/man/PropertyIsGreaterThanOrEqualTo.Rd index 7606b7e..1999b73 100644 --- a/man/PropertyIsGreaterThanOrEqualTo.Rd +++ b/man/PropertyIsGreaterThanOrEqualTo.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsGreaterThanOrEqualTo} \title{PropertyIsGreaterThanOrEqualTo} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsGreaterThanOrEqualTo +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsGreaterThanOrEqualTo } \description{ PropertyIsGreaterThanOrEqualTo diff --git a/man/PropertyIsLessThan.Rd b/man/PropertyIsLessThan.Rd index 9a6ef68..8d160c8 100644 --- a/man/PropertyIsLessThan.Rd +++ b/man/PropertyIsLessThan.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsLessThan} \title{PropertyIsLessThan} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsLessThan +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsLessThan } \description{ PropertyIsLessThan diff --git a/man/PropertyIsLessThanOrEqualTo.Rd b/man/PropertyIsLessThanOrEqualTo.Rd index 6d39e18..c118521 100644 --- a/man/PropertyIsLessThanOrEqualTo.Rd +++ b/man/PropertyIsLessThanOrEqualTo.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsLessThanOrEqualTo} \title{PropertyIsLesserThanOrEqualTo} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsLesserThanOrEqualTo +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsLesserThanOrEqualTo } \description{ PropertyIsLesserThanOrEqualTo diff --git a/man/PropertyIsLike.Rd b/man/PropertyIsLike.Rd index 8d623dd..11e0eee 100644 --- a/man/PropertyIsLike.Rd +++ b/man/PropertyIsLike.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsLike} \title{PropertyIsLike} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsLike +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsLike } \description{ PropertyIsLike diff --git a/man/PropertyIsNotEqualTo.Rd b/man/PropertyIsNotEqualTo.Rd index 0dc5b0f..9961c81 100644 --- a/man/PropertyIsNotEqualTo.Rd +++ b/man/PropertyIsNotEqualTo.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsNotEqualTo} \title{PropertyIsNotEqualTo} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsNotEqualTo +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsNotEqualTo } \description{ PropertyIsNotEqualTo diff --git a/man/PropertyIsNull.Rd b/man/PropertyIsNull.Rd index f2cc44d..54d3d70 100644 --- a/man/PropertyIsNull.Rd +++ b/man/PropertyIsNull.Rd @@ -5,10 +5,10 @@ \alias{PropertyIsNull} \title{PropertyIsNull} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an PropertyIsNull +Object of \code{\link[R6]{R6Class}} for modelling an PropertyIsNull } \description{ PropertyIsNull diff --git a/man/UnaryLogicOpType.Rd b/man/UnaryLogicOpType.Rd index 413ac80..8a80a8c 100644 --- a/man/UnaryLogicOpType.Rd +++ b/man/UnaryLogicOpType.Rd @@ -5,10 +5,10 @@ \alias{UnaryLogicOpType} \title{UnaryLogicOpType} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an UnaryLogicOpType +Object of \code{\link[R6]{R6Class}} for modelling an UnaryLogicOpType } \description{ UnaryLogicOpType diff --git a/man/WCSCapabilities.Rd b/man/WCSCapabilities.Rd index 76a88f8..12970e8 100644 --- a/man/WCSCapabilities.Rd +++ b/man/WCSCapabilities.Rd @@ -5,10 +5,10 @@ \alias{WCSCapabilities} \title{WCSCapabilities} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Web Coverage Service Get Capabilities document. } \description{ diff --git a/man/WCSClient.Rd b/man/WCSClient.Rd index f229d39..b232126 100644 --- a/man/WCSClient.Rd +++ b/man/WCSClient.Rd @@ -5,10 +5,10 @@ \alias{WCSClient} \title{WCSClient} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Web Coverage Service. } \description{ diff --git a/man/WCSCoverage.Rd b/man/WCSCoverage.Rd index 19b6531..b57eea1 100644 --- a/man/WCSCoverage.Rd +++ b/man/WCSCoverage.Rd @@ -5,10 +5,10 @@ \alias{WCSCoverage} \title{WCSCoverage} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS coverage +Object of \code{\link[R6]{R6Class}} modelling a WCS coverage } \description{ WCSCoverage @@ -74,7 +74,7 @@ Initializes an object of class \link{WCSCoverage} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class}} \item{\code{serviceVersion}}{WCS service version} diff --git a/man/WCSCoverageDescription.Rd b/man/WCSCoverageDescription.Rd index ce4acaf..49d9fd6 100644 --- a/man/WCSCoverageDescription.Rd +++ b/man/WCSCoverageDescription.Rd @@ -5,10 +5,10 @@ \alias{WCSCoverageDescription} \title{WCSCoverageDescription} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS coverage summary +Object of \code{\link[R6]{R6Class}} modelling a WCS coverage summary } \description{ WCSCoverageDescription @@ -104,7 +104,7 @@ Initializes an object of class \link{WCSCoverageDescription} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xmlObj}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{serviceVersion}}{service version} diff --git a/man/WCSCoverageDomain.Rd b/man/WCSCoverageDomain.Rd index df2766c..ab67832 100644 --- a/man/WCSCoverageDomain.Rd +++ b/man/WCSCoverageDomain.Rd @@ -5,10 +5,10 @@ \alias{WCSCoverageDomain} \title{WCSCoverageDomain} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS coverage domain +Object of \code{\link[R6]{R6Class}} modelling a WCS coverage domain } \description{ WCSCoverageDomain @@ -74,7 +74,7 @@ Initializes an object of class \link{WCSCoverageDomain} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xmlObj}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{serviceVersion}}{service version} diff --git a/man/WCSCoverageSpatialDomain.Rd b/man/WCSCoverageSpatialDomain.Rd index ec62de3..2a2866a 100644 --- a/man/WCSCoverageSpatialDomain.Rd +++ b/man/WCSCoverageSpatialDomain.Rd @@ -5,10 +5,10 @@ \alias{WCSCoverageSpatialDomain} \title{WCSCoverageSpatialDomain} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS coverage spatial domain +Object of \code{\link[R6]{R6Class}} modelling a WCS coverage spatial domain } \description{ WCSCoverageSpatialDomain @@ -81,7 +81,7 @@ Initializes an object of class \link{WCSCoverageDomain} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xmlObj}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{serviceVersion}}{service version} @@ -102,7 +102,7 @@ Get envelopes. Method that applies to WCS 1.0 only } \subsection{Returns}{ -a list of objects of class \link{GMLEnvelope} or \link{GMLEnvelopeWithTimePeriod} +a list of objects of class \link[geometa]{GMLEnvelope} or \link[geometa]{GMLEnvelopeWithTimePeriod} } } \if{html}{\out{
}} @@ -128,7 +128,7 @@ Get grids. Method that applies to WCS 1.0 only } \subsection{Returns}{ -a list of of objects of class \link{GMLGrid} or \link{GMLRectifiedGrid} +a list of of objects of class \link[geometa]{GMLGrid} or \link[geometa]{GMLRectifiedGrid} } } \if{html}{\out{
}} diff --git a/man/WCSCoverageSummary.Rd b/man/WCSCoverageSummary.Rd index 4b98f69..22d6957 100644 --- a/man/WCSCoverageSummary.Rd +++ b/man/WCSCoverageSummary.Rd @@ -5,10 +5,10 @@ \alias{WCSCoverageSummary} \title{WCSCoverageSummary} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS coverage summary +Object of \code{\link[R6]{R6Class}} modelling a WCS coverage summary } \description{ WCSCoverageSummary @@ -92,7 +92,7 @@ Initializes a \link{WCSCoverageSummary} object \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{capabilities}}{object of class \link{WCSCapabilities}} diff --git a/man/WCSCoverageTemporalDomain.Rd b/man/WCSCoverageTemporalDomain.Rd index e2b5d5f..891f0b5 100644 --- a/man/WCSCoverageTemporalDomain.Rd +++ b/man/WCSCoverageTemporalDomain.Rd @@ -5,10 +5,10 @@ \alias{WCSCoverageTemporalDomain} \title{WCSCoverageTemporalDomain} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS coverage temporal domain +Object of \code{\link[R6]{R6Class}} modelling a WCS coverage temporal domain } \description{ WCSCoverageTemporalDomain @@ -80,7 +80,7 @@ Initializes an object of class \link{WCSCoverageTemporalDomain} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xmlObj}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{serviceVersion}}{service version} @@ -114,7 +114,7 @@ Get time periods } \subsection{Returns}{ -a list of objects of class \link{GMLTimePeriod} +a list of objects of class \link[geometa]{GMLTimePeriod} } } \if{html}{\out{
}} diff --git a/man/WCSDescribeCoverage.Rd b/man/WCSDescribeCoverage.Rd index aab27d8..7ef0de1 100644 --- a/man/WCSDescribeCoverage.Rd +++ b/man/WCSDescribeCoverage.Rd @@ -5,10 +5,10 @@ \alias{WCSDescribeCoverage} \title{WCSDescribeCoverage} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WCS DescribeCoverage request +Object of \code{\link[R6]{R6Class}} for modelling a WCS DescribeCoverage request } \description{ WCSDescribeCoverage diff --git a/man/WCSGSElevationDomain.Rd b/man/WCSGSElevationDomain.Rd index 24ae893..476e53e 100644 --- a/man/WCSGSElevationDomain.Rd +++ b/man/WCSGSElevationDomain.Rd @@ -5,10 +5,10 @@ \alias{WCSGSElevationDomain} \title{WCSGSElevationDomain} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS geoserver elevation domain object +Object of \code{\link[R6]{R6Class}} modelling a WCS geoserver elevation domain object } \description{ WCSGSElevationDomain @@ -87,7 +87,7 @@ Decodes from XML \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} } \if{html}{\out{
}} } diff --git a/man/WCSGSTimeDomain.Rd b/man/WCSGSTimeDomain.Rd index fe15641..3e6d31a 100644 --- a/man/WCSGSTimeDomain.Rd +++ b/man/WCSGSTimeDomain.Rd @@ -5,10 +5,10 @@ \alias{WCSGSTimeDomain} \title{WCSGSTimeDomain} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS geoserver time domain object +Object of \code{\link[R6]{R6Class}} modelling a WCS geoserver time domain object } \description{ WCSGSTimeDomain @@ -87,7 +87,7 @@ Decodes from XML \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} } \if{html}{\out{
}} } diff --git a/man/WCSGetCoverage.Rd b/man/WCSGetCoverage.Rd index 1dcc670..49fdf2e 100644 --- a/man/WCSGetCoverage.Rd +++ b/man/WCSGetCoverage.Rd @@ -5,10 +5,10 @@ \alias{WCSGetCoverage} \title{WCSGetCoverage} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WCS GetCoverage request +Object of \code{\link[R6]{R6Class}} for modelling a WCS GetCoverage request } \description{ WCSGetCoverage diff --git a/man/WCSGridCRS.Rd b/man/WCSGridCRS.Rd index 5e631ad..9eb265a 100644 --- a/man/WCSGridCRS.Rd +++ b/man/WCSGridCRS.Rd @@ -5,10 +5,10 @@ \alias{WCSGridCRS} \title{WCSGridCRS} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WCS grid CRS +Object of \code{\link[R6]{R6Class}} modelling a WCS grid CRS } \description{ WCSGridCRS @@ -79,7 +79,7 @@ Initializes an object of class \link{WCSGridCRS} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xmlObj}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{serviceVersion}}{service version} diff --git a/man/WFSCapabilities.Rd b/man/WFSCapabilities.Rd index a9ac734..4075533 100644 --- a/man/WFSCapabilities.Rd +++ b/man/WFSCapabilities.Rd @@ -5,10 +5,10 @@ \alias{WFSCapabilities} \title{WFSCapabilities} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Web Feature Service Get Capabilities document. } \description{ diff --git a/man/WFSClient.Rd b/man/WFSClient.Rd index 788afc0..c3b0e74 100644 --- a/man/WFSClient.Rd +++ b/man/WFSClient.Rd @@ -5,10 +5,10 @@ \alias{WFSClient} \title{WFSClient} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Web Feature Service. } \description{ diff --git a/man/WFSDescribeFeatureType.Rd b/man/WFSDescribeFeatureType.Rd index 6b7668c..6be0dc4 100644 --- a/man/WFSDescribeFeatureType.Rd +++ b/man/WFSDescribeFeatureType.Rd @@ -5,10 +5,10 @@ \alias{WFSDescribeFeatureType} \title{WFSDescribeFeatureType} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WFS DescribeFeatureType request +Object of \code{\link[R6]{R6Class}} for modelling a WFS DescribeFeatureType request } \description{ WFSDescribeFeatureType diff --git a/man/WFSFeatureType.Rd b/man/WFSFeatureType.Rd index 034da5a..25cb13c 100644 --- a/man/WFSFeatureType.Rd +++ b/man/WFSFeatureType.Rd @@ -5,10 +5,10 @@ \alias{WFSFeatureType} \title{WFSFeatureType} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WFS feature type +Object of \code{\link[R6]{R6Class}} modelling a WFS feature type } \description{ WFSFeatureType @@ -82,7 +82,7 @@ Initializes an object of class \link{WFSFeatureType} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xmlObj}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{capabilities}}{object of class \link{WFSCapabilities}} diff --git a/man/WFSFeatureTypeElement.Rd b/man/WFSFeatureTypeElement.Rd index b6e8165..c5454d9 100644 --- a/man/WFSFeatureTypeElement.Rd +++ b/man/WFSFeatureTypeElement.Rd @@ -5,10 +5,10 @@ \alias{WFSFeatureTypeElement} \title{WFSFeatureTypeElement} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WFS feature type element +Object of \code{\link[R6]{R6Class}} modelling a WFS feature type element } \description{ WFSFeatureTypeElement @@ -49,7 +49,7 @@ Initializes a \link{WFSFeatureTypeElement} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xmlObj}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{namespaces}}{namespaces definitions inherited from parent XML, as \code{data.frame}} } diff --git a/man/WFSGetFeature.Rd b/man/WFSGetFeature.Rd index 8d0849a..6558f7b 100644 --- a/man/WFSGetFeature.Rd +++ b/man/WFSGetFeature.Rd @@ -5,10 +5,10 @@ \alias{WFSGetFeature} \title{WFSGetFeature} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WFS GetFeature request +Object of \code{\link[R6]{R6Class}} for modelling a WFS GetFeature request } \description{ WFSGetFeature diff --git a/man/WMSCapabilities.Rd b/man/WMSCapabilities.Rd index 4619f16..5027cba 100644 --- a/man/WMSCapabilities.Rd +++ b/man/WMSCapabilities.Rd @@ -5,10 +5,10 @@ \alias{WMSCapabilities} \title{WMSCapabilities} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Web Map Service Get Capabilities document. } \description{ diff --git a/man/WMSClient.Rd b/man/WMSClient.Rd index 14d63f7..70b06dc 100644 --- a/man/WMSClient.Rd +++ b/man/WMSClient.Rd @@ -5,10 +5,10 @@ \alias{WMSClient} \title{WMSClient} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Web Map Service. } \description{ diff --git a/man/WMSGetFeatureInfo.Rd b/man/WMSGetFeatureInfo.Rd index 1594642..2cdd692 100644 --- a/man/WMSGetFeatureInfo.Rd +++ b/man/WMSGetFeatureInfo.Rd @@ -5,10 +5,10 @@ \alias{WMSGetFeatureInfo} \title{WMSGetFeatureInfo} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WMS GetFeatureInfo request +Object of \code{\link[R6]{R6Class}} for modelling a WMS GetFeatureInfo request } \description{ WMSGetFeatureInfo diff --git a/man/WMSLayer.Rd b/man/WMSLayer.Rd index f5a81d2..881b6d3 100644 --- a/man/WMSLayer.Rd +++ b/man/WMSLayer.Rd @@ -5,10 +5,10 @@ \alias{WMSLayer} \title{WMSLayer} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WMS layer +Object of \code{\link[R6]{R6Class}} modelling a WMS layer } \description{ WMSLayer @@ -85,7 +85,7 @@ Initializes an object of class \link{WMSLayer} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xmlObj}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xmlObj}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{capabilities}}{object of class \link{WMSCapabilities}} diff --git a/man/WPSBoundingBoxData.Rd b/man/WPSBoundingBoxData.Rd index 77a6b60..b784117 100644 --- a/man/WPSBoundingBoxData.Rd +++ b/man/WPSBoundingBoxData.Rd @@ -5,10 +5,10 @@ \alias{WPSBoundingBoxData} \title{WPSBoundingBoxData} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC WPS BoundingBox data +Object of \code{\link[R6]{R6Class}} for modelling an OGC WPS BoundingBox data } \description{ WPSBoundingBoxData @@ -69,7 +69,7 @@ Initializes an object of class \link{WPSBoundingBoxData} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{owsVersion}}{OWS version} diff --git a/man/WPSCapabilities.Rd b/man/WPSCapabilities.Rd index f11b32b..d2379b6 100644 --- a/man/WPSCapabilities.Rd +++ b/man/WPSCapabilities.Rd @@ -5,10 +5,10 @@ \alias{WPSCapabilities} \title{WPSCapabilities} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Web Processing Service (WPS) Get Capabilities document. } \description{ diff --git a/man/WPSClient.Rd b/man/WPSClient.Rd index ec635b8..91295f9 100644 --- a/man/WPSClient.Rd +++ b/man/WPSClient.Rd @@ -5,10 +5,10 @@ \alias{WPSClient} \title{WPSClient} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} with methods for interfacing an OGC +Object of \code{\link[R6]{R6Class}} with methods for interfacing an OGC Web Processing Service. } \description{ diff --git a/man/WPSComplexData.Rd b/man/WPSComplexData.Rd index b58639b..e44b9b4 100644 --- a/man/WPSComplexData.Rd +++ b/man/WPSComplexData.Rd @@ -5,10 +5,10 @@ \alias{WPSComplexData} \title{WPSComplexData} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS Complex Data +Object of \code{\link[R6]{R6Class}} for modelling a WPS Complex Data } \description{ WPSComplexData @@ -76,7 +76,7 @@ Initializes an object of class \link{WPSComplexData} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{value}}{value} @@ -103,7 +103,7 @@ Decodes an object of class \link{WPSComplexData} from XML \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} } \if{html}{\out{
}} } diff --git a/man/WPSComplexInputDescription.Rd b/man/WPSComplexInputDescription.Rd index 205aa82..084b465 100644 --- a/man/WPSComplexInputDescription.Rd +++ b/man/WPSComplexInputDescription.Rd @@ -5,10 +5,10 @@ \alias{WPSComplexInputDescription} \title{WPSComplexInputDescription} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process complex input description +Object of \code{\link[R6]{R6Class}} modelling a WPS process complex input description } \description{ WPSComplexInputDescription @@ -73,7 +73,7 @@ Initializes a \link{WPSComplexInputDescription} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{version}}{WPS service version} diff --git a/man/WPSComplexOutputDescription.Rd b/man/WPSComplexOutputDescription.Rd index 604359f..3051905 100644 --- a/man/WPSComplexOutputDescription.Rd +++ b/man/WPSComplexOutputDescription.Rd @@ -5,10 +5,10 @@ \alias{WPSComplexOutputDescription} \title{WPSComplexOutputDescription} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process complex input description +Object of \code{\link[R6]{R6Class}} modelling a WPS process complex input description } \description{ WPSComplexOutputDescription @@ -70,7 +70,7 @@ Initializes a \link{WPSComplexOutputDescription} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{version}}{WPS service version} diff --git a/man/WPSDescribeProcess.Rd b/man/WPSDescribeProcess.Rd index deb2e29..c0bb0a2 100644 --- a/man/WPSDescribeProcess.Rd +++ b/man/WPSDescribeProcess.Rd @@ -5,10 +5,10 @@ \alias{WPSDescribeProcess} \title{WPSDescribeProcess} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS DescribeProcess request +Object of \code{\link[R6]{R6Class}} for modelling a WPS DescribeProcess request } \description{ WPSDescribeProcess diff --git a/man/WPSDescriptionParameter.Rd b/man/WPSDescriptionParameter.Rd index db6e18b..29a73ca 100644 --- a/man/WPSDescriptionParameter.Rd +++ b/man/WPSDescriptionParameter.Rd @@ -5,10 +5,10 @@ \alias{WPSDescriptionParameter} \title{WPSDescriptionParameter} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process input description parameter +Object of \code{\link[R6]{R6Class}} modelling a WPS process input description parameter } \description{ WPSDescriptionParameter @@ -70,7 +70,7 @@ Initializes a \link{WPSDescriptionParameter} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{version}}{WPS service version} diff --git a/man/WPSException.Rd b/man/WPSException.Rd index f12c499..a6a2379 100644 --- a/man/WPSException.Rd +++ b/man/WPSException.Rd @@ -5,10 +5,10 @@ \alias{WPSException} \title{WPSException} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS Exception +Object of \code{\link[R6]{R6Class}} for modelling a WPS Exception } \description{ WPSException @@ -69,7 +69,7 @@ Initializes a \link{WPSException} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{serviceVersion}}{service version. Default "1.0.0"} } @@ -88,7 +88,7 @@ Decodes an object of class \link{WPSException} from XML \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} } \if{html}{\out{
}} } diff --git a/man/WPSExecute.Rd b/man/WPSExecute.Rd index fadd704..11a2213 100644 --- a/man/WPSExecute.Rd +++ b/man/WPSExecute.Rd @@ -5,10 +5,10 @@ \alias{WPSExecute} \title{WPSExecute} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS Execute request +Object of \code{\link[R6]{R6Class}} for modelling a WPS Execute request } \description{ WPSExecute diff --git a/man/WPSExecuteResponse.Rd b/man/WPSExecuteResponse.Rd index a71d14a..31df2e5 100644 --- a/man/WPSExecuteResponse.Rd +++ b/man/WPSExecuteResponse.Rd @@ -5,10 +5,10 @@ \alias{WPSExecuteResponse} \title{WPSExecuteResponse} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS Execute response +Object of \code{\link[R6]{R6Class}} for modelling a WPS Execute response } \description{ WPSExecuteResponse @@ -89,7 +89,7 @@ Initializes a \link{WPSExecuteResponse} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{capabilities}}{object of class \link{WPSCapabilities}} @@ -190,7 +190,7 @@ Decodes an object of class \link{WPSExecuteResponse} from XML \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{capabilities}}{object of class \link{WPSCapabilities}} diff --git a/man/WPSFormat.Rd b/man/WPSFormat.Rd index fbf103b..09e204c 100644 --- a/man/WPSFormat.Rd +++ b/man/WPSFormat.Rd @@ -5,10 +5,10 @@ \alias{WPSFormat} \title{WPSFormat} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process input description +Object of \code{\link[R6]{R6Class}} modelling a WPS process input description } \description{ WPSFormat @@ -69,7 +69,7 @@ Initializes an object of class \link{WPSFormat} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{version}}{WPS service version} diff --git a/man/WPSInput.Rd b/man/WPSInput.Rd index 46295fb..92280ee 100644 --- a/man/WPSInput.Rd +++ b/man/WPSInput.Rd @@ -5,10 +5,10 @@ \alias{WPSInput} \title{WPSInput} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS Input +Object of \code{\link[R6]{R6Class}} for modelling a WPS Input } \description{ WPSInput @@ -68,7 +68,7 @@ Initializes a \link{WPSInput} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{identifier}}{identifier} diff --git a/man/WPSInputDescription.Rd b/man/WPSInputDescription.Rd index b4853b4..a998783 100644 --- a/man/WPSInputDescription.Rd +++ b/man/WPSInputDescription.Rd @@ -5,10 +5,10 @@ \alias{WPSInputDescription} \title{WPSInputDescription} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process input description +Object of \code{\link[R6]{R6Class}} modelling a WPS process input description } \description{ WPSInputDescription @@ -72,7 +72,7 @@ Initializes a \link{WPSInputDescription} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{version}}{WPS service version} diff --git a/man/WPSLiteralData.Rd b/man/WPSLiteralData.Rd index 6ffbb4e..2332e01 100644 --- a/man/WPSLiteralData.Rd +++ b/man/WPSLiteralData.Rd @@ -5,10 +5,10 @@ \alias{WPSLiteralData} \title{WPSLiteralData} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS Literal Data +Object of \code{\link[R6]{R6Class}} for modelling a WPS Literal Data } \description{ WPSLiteralData @@ -68,7 +68,7 @@ Initializes an object of class \link{WPSLiteralData} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{value}}{value} @@ -89,7 +89,7 @@ Decodes an object of class \link{WPSLiteralData} from XML \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} } \if{html}{\out{
}} } diff --git a/man/WPSLiteralInputDescription.Rd b/man/WPSLiteralInputDescription.Rd index 0803d93..16a6707 100644 --- a/man/WPSLiteralInputDescription.Rd +++ b/man/WPSLiteralInputDescription.Rd @@ -5,10 +5,10 @@ \alias{WPSLiteralInputDescription} \title{WPSLiteralInputDescription} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process input description +Object of \code{\link[R6]{R6Class}} modelling a WPS process input description } \description{ WPSLiteralInputDescription @@ -74,7 +74,7 @@ Initializes a \link{WPSLiteralInputDescription} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{version}}{WPS service version} diff --git a/man/WPSLiteralOutputDescription.Rd b/man/WPSLiteralOutputDescription.Rd index 115f7e2..458b211 100644 --- a/man/WPSLiteralOutputDescription.Rd +++ b/man/WPSLiteralOutputDescription.Rd @@ -5,10 +5,10 @@ \alias{WPSLiteralOutputDescription} \title{WPSLiteralOutputDescription} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process literal output description +Object of \code{\link[R6]{R6Class}} modelling a WPS process literal output description } \description{ WPSLiteralOutputDescription @@ -70,7 +70,7 @@ Initializes a \link{WPSLiteralOutputDescription} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{version}}{WPS service version} diff --git a/man/WPSOutput.Rd b/man/WPSOutput.Rd index 4a25d3f..6a7ab1a 100644 --- a/man/WPSOutput.Rd +++ b/man/WPSOutput.Rd @@ -5,10 +5,10 @@ \alias{WPSOutput} \title{WPSOutput} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS Input +Object of \code{\link[R6]{R6Class}} for modelling a WPS Input } \description{ WPSOutput @@ -80,7 +80,7 @@ Initializes a \link{WPSOutput} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{identifier}}{identifier} @@ -107,7 +107,7 @@ Decodes an object of class \link{WPSOutput} from \pkg{XML} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} } \if{html}{\out{
}} } diff --git a/man/WPSOutputDescription.Rd b/man/WPSOutputDescription.Rd index 2c3813f..30161cf 100644 --- a/man/WPSOutputDescription.Rd +++ b/man/WPSOutputDescription.Rd @@ -5,10 +5,10 @@ \alias{WPSOutputDescription} \title{WPSOutputDescription} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process input description +Object of \code{\link[R6]{R6Class}} modelling a WPS process input description } \description{ WPSOutputDescription @@ -69,7 +69,7 @@ Initializes a \link{WPSOutputDescription} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{version}}{WPS service version} diff --git a/man/WPSParameter.Rd b/man/WPSParameter.Rd index 4bae49d..8490a8f 100644 --- a/man/WPSParameter.Rd +++ b/man/WPSParameter.Rd @@ -5,10 +5,10 @@ \alias{WPSParameter} \title{WPSParameter} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS parameter +Object of \code{\link[R6]{R6Class}} modelling a WPS parameter } \description{ WPSParameter @@ -65,7 +65,7 @@ Initializes an object of class \link{WPSParameter} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} to initialize from XML} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} to initialize from XML} \item{\code{version}}{WPS service version} diff --git a/man/WPSProcess.Rd b/man/WPSProcess.Rd index 3a08c91..a59f327 100644 --- a/man/WPSProcess.Rd +++ b/man/WPSProcess.Rd @@ -5,10 +5,10 @@ \alias{WPSProcess} \title{WPSProcess} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process +Object of \code{\link[R6]{R6Class}} modelling a WPS process } \description{ WPSProcess @@ -67,7 +67,7 @@ Initializes a \link{WPSProcess} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{capabilities}}{object of class \link{WPSCapabilities}} diff --git a/man/WPSProcessDescription.Rd b/man/WPSProcessDescription.Rd index a453a94..e3084de 100644 --- a/man/WPSProcessDescription.Rd +++ b/man/WPSProcessDescription.Rd @@ -5,10 +5,10 @@ \alias{WPSProcessDescription} \title{WPSProcessDescription} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} modelling a WPS process description +Object of \code{\link[R6]{R6Class}} modelling a WPS process description } \description{ WPSProcessDescription @@ -72,7 +72,7 @@ Initializes an object of class \link{WPSProcessDescription} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{version}}{version} diff --git a/man/WPSResponseDocument.Rd b/man/WPSResponseDocument.Rd index 9f646c6..6631294 100644 --- a/man/WPSResponseDocument.Rd +++ b/man/WPSResponseDocument.Rd @@ -5,10 +5,10 @@ \alias{WPSResponseDocument} \title{WPSResponseDocument} \format{ -\link{R6Class} object. +\link[R6]{R6Class} object. } \value{ -Object of \code{\link{R6Class}} for modelling an OGC WPS response document +Object of \code{\link[R6]{R6Class}} for modelling an OGC WPS response document } \description{ WPSResponseDocument @@ -73,7 +73,7 @@ Initializes a \link{WPSResponseDocument} \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{storeExecuteResponse}}{store execute response, object of class \code{logical}} diff --git a/man/WPSStatus.Rd b/man/WPSStatus.Rd index 83097c8..269f6dc 100644 --- a/man/WPSStatus.Rd +++ b/man/WPSStatus.Rd @@ -5,10 +5,10 @@ \alias{WPSStatus} \title{WPSStatus} \format{ -\code{\link{R6Class}} object. +\code{\link[R6]{R6Class}} object. } \value{ -Object of \code{\link{R6Class}} for modelling a WPS Status +Object of \code{\link[R6]{R6Class}} for modelling a WPS Status } \description{ WPSStatus @@ -72,7 +72,7 @@ Initalizes a \link{WPSStatus} object \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} \item{\code{serviceVersion}}{WPS service version. Default is "1.0.0"} } @@ -91,7 +91,7 @@ Decodes WPS status from XML \subsection{Arguments}{ \if{html}{\out{
}} \describe{ -\item{\code{xml}}{an object of class \link{XMLInternalNode-class} from \pkg{XML}} +\item{\code{xml}}{an object of class \link[XML]{XMLInternalNode-class} from \pkg{XML}} } \if{html}{\out{
}} } diff --git a/man/ows4R.Rd b/man/ows4R.Rd index 54d3b70..8423908 100644 --- a/man/ows4R.Rd +++ b/man/ows4R.Rd @@ -10,6 +10,16 @@ Provides an Interface to Web-Services defined as standards by the Open Geospatia (WFS) for vector data, Web Coverage Service (WCS), Catalogue Service (CSW) for ISO/OGC metadata, and associated standards such as the common web-service specification (OWS) and OGC Filter Encoding. Partial support is provided for the Web Map Service (WMS) and Web Processing Service (WPS). The purpose is to add support for additional OGC service standards such as Web Coverage Processing Service (WCPS) or OGC API. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/eblondel/ows4R} + \item \url{https://eblondel.github.io/ows4R/} + \item \url{https://www.ogc.org/standards/} + \item Report bugs at \url{https://github.com/eblondel/ows4R/issues} +} + } \author{ Emmanuel Blondel \email{emmanuel.blondel1@gmail.com}