From 48874771973249efd16acaf8b342e620af92887c Mon Sep 17 00:00:00 2001 From: eblondel Date: Fri, 19 Aug 2022 11:57:57 +0200 Subject: [PATCH] fix #87 --- DESCRIPTION | 6 +-- NEWS.md | 10 ++++- README.md | 2 +- man/And.Rd | 22 +++++----- man/BBOX.Rd | 22 +++++----- man/BinaryComparisonOpType.Rd | 22 +++++----- man/BinaryLogicOpType.Rd | 20 ++++----- man/CSWCapabilities.Rd | 38 ++++++++--------- man/CSWClient.Rd | 34 +++++++-------- man/CSWConstraint.Rd | 18 ++++---- man/CSWDescribeRecord.Rd | 36 ++++++++-------- man/CSWGetRecordById.Rd | 36 ++++++++-------- man/CSWGetRecords.Rd | 36 ++++++++-------- man/CSWHarvest.Rd | 36 ++++++++-------- man/CSWQuery.Rd | 18 ++++---- man/CSWRecordProperty.Rd | 18 ++++---- man/CSWTransaction.Rd | 36 ++++++++-------- man/Not.Rd | 22 +++++----- man/OGCExpression.Rd | 18 ++++---- man/OGCFilter.Rd | 18 ++++---- man/OWSBoundingBox.Rd | 18 ++++---- man/OWSCapabilities.Rd | 18 ++++---- man/OWSClient.Rd | 18 ++++---- man/OWSCodeType.Rd | 18 ++++---- man/OWSGetCapabilities.Rd | 36 ++++++++-------- man/OWSHttpRequest.Rd | 18 ++++---- man/OWSRequest.Rd | 18 ++++---- man/OWSWGS84BoundingBox.Rd | 22 +++++----- man/Or.Rd | 22 +++++----- man/PropertyIsBetween.Rd | 22 +++++----- man/PropertyIsEqualTo.Rd | 22 +++++----- man/PropertyIsGreaterThan.Rd | 22 +++++----- man/PropertyIsGreaterThanOrEqualTo.Rd | 22 +++++----- man/PropertyIsLessThan.Rd | 22 +++++----- man/PropertyIsLessThanOrEqualTo.Rd | 22 +++++----- man/PropertyIsLike.Rd | 22 +++++----- man/PropertyIsNotEqualTo.Rd | 22 +++++----- man/PropertyIsNull.Rd | 22 +++++----- man/UnaryLogicOpType.Rd | 20 ++++----- man/WCSCapabilities.Rd | 38 ++++++++--------- man/WCSClient.Rd | 34 +++++++-------- man/WCSCoverage.Rd | 18 ++++---- man/WCSCoverageDescription.Rd | 60 +++++++++++++-------------- man/WCSCoverageDomain.Rd | 18 ++++---- man/WCSCoverageSpatialDomain.Rd | 18 ++++---- man/WCSCoverageSummary.Rd | 18 ++++---- man/WCSCoverageTemporalDomain.Rd | 18 ++++---- man/WCSDescribeCoverage.Rd | 36 ++++++++-------- man/WCSGSElevationDomain.Rd | 54 ++++++++++++------------ man/WCSGSTimeDomain.Rd | 54 ++++++++++++------------ man/WCSGetCoverage.Rd | 36 ++++++++-------- man/WCSGridCRS.Rd | 18 ++++---- man/WFSCapabilities.Rd | 38 ++++++++--------- man/WFSClient.Rd | 34 +++++++-------- man/WFSDescribeFeatureType.Rd | 36 ++++++++-------- man/WFSFeatureType.Rd | 18 ++++---- man/WFSGetFeature.Rd | 36 ++++++++-------- man/WMSCapabilities.Rd | 38 ++++++++--------- man/WMSClient.Rd | 34 +++++++-------- man/WMSGetFeatureInfo.Rd | 36 ++++++++-------- man/WMSLayer.Rd | 18 ++++---- man/WPSBoundingBoxData.Rd | 22 +++++----- man/WPSCapabilities.Rd | 38 ++++++++--------- man/WPSClient.Rd | 34 +++++++-------- man/WPSComplexData.Rd | 18 ++++---- man/WPSComplexInputDescription.Rd | 34 +++++++-------- man/WPSComplexOutputDescription.Rd | 28 ++++++------- man/WPSDescribeProcess.Rd | 36 ++++++++-------- man/WPSDescriptionParameter.Rd | 24 +++++------ man/WPSException.Rd | 18 ++++---- man/WPSExecute.Rd | 36 ++++++++-------- man/WPSExecuteResponse.Rd | 18 ++++---- man/WPSFormat.Rd | 18 ++++---- man/WPSInput.Rd | 18 ++++---- man/WPSInputDescription.Rd | 28 ++++++------- man/WPSLiteralData.Rd | 18 ++++---- man/WPSLiteralInputDescription.Rd | 32 +++++++------- man/WPSLiteralOutputDescription.Rd | 28 ++++++------- man/WPSOutput.Rd | 18 ++++---- man/WPSOutputDescription.Rd | 28 ++++++------- man/WPSParameter.Rd | 18 ++++---- man/WPSProcess.Rd | 18 ++++---- man/WPSProcessDescription.Rd | 18 ++++---- man/WPSResponseDocument.Rd | 18 ++++---- man/WPSStatus.Rd | 18 ++++---- 85 files changed, 1086 insertions(+), 1080 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9940f41..353d1d9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ows4R -Version: 0.3 -Date: 2022-08-10 +Version: 0.3-1 +Date: 2022-08-19 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")), @@ -17,5 +17,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.0 +RoxygenNote: 7.2.1 VignetteBuilder: knitr diff --git a/NEWS.md b/NEWS.md index 80ec827..8b73a4b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,10 @@ -## [ows4R 0.3](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable-red.svg)](https://github.com/eblondel/ows4R) +## [ows4R 0.3-1](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://github.com/eblondel/ows4R) + +**Corrections** + +- [#87](https://github.com/eblondel/ows4R/issues/87) Upgrade roxygen2 7.2.1 to fix html issues + +## [ows4R 0.3](https://github.com/eblondel/ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://github.com/eblondel/ows4R) **New features** @@ -20,7 +26,7 @@ - [#56](https://github.com/eblondel/ows4R/issues/56) Duplicate feature with findFeatureTypeByName - [#76](https://github.com/eblondel/ows4R/issues/76) WFS getFeatures with json and csv do not work - bad writer -## [ows4R 0.2](https://cran.r-project.org/package=ows4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/package=ows4R) +## [ows4R 0.2](https://cran.r-project.org/src/contrib/Archive/ows4R/ows4R_0.2.tar.gz) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/src/contrib/Archive/ows4R/ows4R_0.2.tar.gz) **Corrections** diff --git a/README.md b/README.md index e7b890e..ae1bc8e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://github.com/eblondel/ows4R/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/eblondel/ows4R/actions/workflows/r-cmd-check.yml) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ows4R)](https://cran.r-project.org/package=ows4R) [![cran checks](https://cranchecks.info/badges/worst/ows4R)](https://cran.r-project.org/web/checks/check_results_ows4R.html) -[![Github_Status_Badge](https://img.shields.io/badge/Github-0.3-blue.svg)](https://github.com/eblondel/ows4R) +[![Github_Status_Badge](https://img.shields.io/badge/Github-0.3--1-blue.svg)](https://github.com/eblondel/ows4R) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1345111.svg)](https://doi.org/10.5281/zenodo.1345111) **ows4R – R Interface to OGC Web-Services (OWS)** diff --git a/man/And.Rd b/man/And.Rd index 58e0e53..7b2e9d2 100644 --- a/man/And.Rd +++ b/man/And.Rd @@ -42,17 +42,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/BBOX.Rd b/man/BBOX.Rd index 33bd125..036e92d 100644 --- a/man/BBOX.Rd +++ b/man/BBOX.Rd @@ -49,17 +49,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/BinaryComparisonOpType.Rd b/man/BinaryComparisonOpType.Rd index 100e53b..84656d0 100644 --- a/man/BinaryComparisonOpType.Rd +++ b/man/BinaryComparisonOpType.Rd @@ -48,17 +48,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/BinaryLogicOpType.Rd b/man/BinaryLogicOpType.Rd index 16c9c08..7ab60ba 100644 --- a/man/BinaryLogicOpType.Rd +++ b/man/BinaryLogicOpType.Rd @@ -42,16 +42,16 @@ abstract super class of all the binary logical operation classes \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWCapabilities.Rd b/man/CSWCapabilities.Rd index afddb6e..070b79d 100644 --- a/man/CSWCapabilities.Rd +++ b/man/CSWCapabilities.Rd @@ -39,25 +39,25 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWClient.Rd b/man/CSWClient.Rd index c126597..a6007ed 100644 --- a/man/CSWClient.Rd +++ b/man/CSWClient.Rd @@ -67,23 +67,23 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWConstraint.Rd b/man/CSWConstraint.Rd index 6a4b9a3..c5922d3 100644 --- a/man/CSWConstraint.Rd +++ b/man/CSWConstraint.Rd @@ -51,15 +51,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWDescribeRecord.Rd b/man/CSWDescribeRecord.Rd index 376d624..9663926 100644 --- a/man/CSWDescribeRecord.Rd +++ b/man/CSWDescribeRecord.Rd @@ -37,24 +37,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWGetRecordById.Rd b/man/CSWGetRecordById.Rd index 01f05d4..a7a29c5 100644 --- a/man/CSWGetRecordById.Rd +++ b/man/CSWGetRecordById.Rd @@ -46,24 +46,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWGetRecords.Rd b/man/CSWGetRecords.Rd index cb7245a..fc8fa75 100644 --- a/man/CSWGetRecords.Rd +++ b/man/CSWGetRecords.Rd @@ -44,24 +44,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWHarvest.Rd b/man/CSWHarvest.Rd index 992b4ff..76cead3 100644 --- a/man/CSWHarvest.Rd +++ b/man/CSWHarvest.Rd @@ -48,24 +48,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWQuery.Rd b/man/CSWQuery.Rd index ffb43c6..c45c1eb 100644 --- a/man/CSWQuery.Rd +++ b/man/CSWQuery.Rd @@ -96,15 +96,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWRecordProperty.Rd b/man/CSWRecordProperty.Rd index 77d3353..21938e9 100644 --- a/man/CSWRecordProperty.Rd +++ b/man/CSWRecordProperty.Rd @@ -49,15 +49,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/CSWTransaction.Rd b/man/CSWTransaction.Rd index ec99666..de951ea 100644 --- a/man/CSWTransaction.Rd +++ b/man/CSWTransaction.Rd @@ -37,24 +37,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/Not.Rd b/man/Not.Rd index 2677a6d..13ee48f 100644 --- a/man/Not.Rd +++ b/man/Not.Rd @@ -41,17 +41,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OGCExpression.Rd b/man/OGCExpression.Rd index 1c18e2b..e2140ce 100644 --- a/man/OGCExpression.Rd +++ b/man/OGCExpression.Rd @@ -38,15 +38,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OGCFilter.Rd b/man/OGCFilter.Rd index 931774f..17aaa02 100644 --- a/man/OGCFilter.Rd +++ b/man/OGCFilter.Rd @@ -47,15 +47,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OWSBoundingBox.Rd b/man/OWSBoundingBox.Rd index 9ce4a86..ef126a0 100644 --- a/man/OWSBoundingBox.Rd +++ b/man/OWSBoundingBox.Rd @@ -47,15 +47,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OWSCapabilities.Rd b/man/OWSCapabilities.Rd index 90f6ca0..6066bdc 100644 --- a/man/OWSCapabilities.Rd +++ b/man/OWSCapabilities.Rd @@ -48,15 +48,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OWSClient.Rd b/man/OWSClient.Rd index a1913b7..4f19f78 100644 --- a/man/OWSClient.Rd +++ b/man/OWSClient.Rd @@ -57,15 +57,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OWSCodeType.Rd b/man/OWSCodeType.Rd index e0bb058..e2af9c6 100644 --- a/man/OWSCodeType.Rd +++ b/man/OWSCodeType.Rd @@ -40,15 +40,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OWSGetCapabilities.Rd b/man/OWSGetCapabilities.Rd index 44bb9b0..5245900 100644 --- a/man/OWSGetCapabilities.Rd +++ b/man/OWSGetCapabilities.Rd @@ -36,24 +36,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OWSHttpRequest.Rd b/man/OWSHttpRequest.Rd index 521a768..9146a22 100644 --- a/man/OWSHttpRequest.Rd +++ b/man/OWSHttpRequest.Rd @@ -47,15 +47,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OWSRequest.Rd b/man/OWSRequest.Rd index 43e7084..ab1c530 100644 --- a/man/OWSRequest.Rd +++ b/man/OWSRequest.Rd @@ -39,15 +39,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/OWSWGS84BoundingBox.Rd b/man/OWSWGS84BoundingBox.Rd index c13ace1..aecf582 100644 --- a/man/OWSWGS84BoundingBox.Rd +++ b/man/OWSWGS84BoundingBox.Rd @@ -38,17 +38,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/Or.Rd b/man/Or.Rd index 1f42b44..6f8a5b3 100644 --- a/man/Or.Rd +++ b/man/Or.Rd @@ -42,17 +42,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsBetween.Rd b/man/PropertyIsBetween.Rd index 2258a7b..8437c9a 100644 --- a/man/PropertyIsBetween.Rd +++ b/man/PropertyIsBetween.Rd @@ -50,17 +50,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsEqualTo.Rd b/man/PropertyIsEqualTo.Rd index 6164395..2b6ce29 100644 --- a/man/PropertyIsEqualTo.Rd +++ b/man/PropertyIsEqualTo.Rd @@ -40,17 +40,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsGreaterThan.Rd b/man/PropertyIsGreaterThan.Rd index e3627d5..2bce294 100644 --- a/man/PropertyIsGreaterThan.Rd +++ b/man/PropertyIsGreaterThan.Rd @@ -40,17 +40,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsGreaterThanOrEqualTo.Rd b/man/PropertyIsGreaterThanOrEqualTo.Rd index 9e850c7..1969ce4 100644 --- a/man/PropertyIsGreaterThanOrEqualTo.Rd +++ b/man/PropertyIsGreaterThanOrEqualTo.Rd @@ -40,17 +40,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsLessThan.Rd b/man/PropertyIsLessThan.Rd index e8fbcae..9904650 100644 --- a/man/PropertyIsLessThan.Rd +++ b/man/PropertyIsLessThan.Rd @@ -40,17 +40,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsLessThanOrEqualTo.Rd b/man/PropertyIsLessThanOrEqualTo.Rd index 6a856ed..54f0f9d 100644 --- a/man/PropertyIsLessThanOrEqualTo.Rd +++ b/man/PropertyIsLessThanOrEqualTo.Rd @@ -40,17 +40,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsLike.Rd b/man/PropertyIsLike.Rd index 3fde36b..2f65c05 100644 --- a/man/PropertyIsLike.Rd +++ b/man/PropertyIsLike.Rd @@ -50,17 +50,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsNotEqualTo.Rd b/man/PropertyIsNotEqualTo.Rd index 1ebadb4..b18009b 100644 --- a/man/PropertyIsNotEqualTo.Rd +++ b/man/PropertyIsNotEqualTo.Rd @@ -40,17 +40,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/PropertyIsNull.Rd b/man/PropertyIsNull.Rd index 38dd68d..33a48ff 100644 --- a/man/PropertyIsNull.Rd +++ b/man/PropertyIsNull.Rd @@ -46,17 +46,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/UnaryLogicOpType.Rd b/man/UnaryLogicOpType.Rd index afc7d47..0e94354 100644 --- a/man/UnaryLogicOpType.Rd +++ b/man/UnaryLogicOpType.Rd @@ -42,16 +42,16 @@ abstract super class of all the unary logical operation classes \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSCapabilities.Rd b/man/WCSCapabilities.Rd index dd2fb20..34d0584 100644 --- a/man/WCSCapabilities.Rd +++ b/man/WCSCapabilities.Rd @@ -43,25 +43,25 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSClient.Rd b/man/WCSClient.Rd index 8563f7e..1390490 100644 --- a/man/WCSClient.Rd +++ b/man/WCSClient.Rd @@ -45,23 +45,23 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSCoverage.Rd b/man/WCSCoverage.Rd index 4f65962..d415cf0 100644 --- a/man/WCSCoverage.Rd +++ b/man/WCSCoverage.Rd @@ -49,15 +49,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSCoverageDescription.Rd b/man/WCSCoverageDescription.Rd index 096b721..ce4acaf 100644 --- a/man/WCSCoverageDescription.Rd +++ b/man/WCSCoverageDescription.Rd @@ -59,36 +59,36 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSCoverageDomain.Rd b/man/WCSCoverageDomain.Rd index f818c89..33717dc 100644 --- a/man/WCSCoverageDomain.Rd +++ b/man/WCSCoverageDomain.Rd @@ -49,15 +49,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSCoverageSpatialDomain.Rd b/man/WCSCoverageSpatialDomain.Rd index d6653d1..2e5809f 100644 --- a/man/WCSCoverageSpatialDomain.Rd +++ b/man/WCSCoverageSpatialDomain.Rd @@ -56,15 +56,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSCoverageSummary.Rd b/man/WCSCoverageSummary.Rd index 50cba13..90b68bc 100644 --- a/man/WCSCoverageSummary.Rd +++ b/man/WCSCoverageSummary.Rd @@ -61,15 +61,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSCoverageTemporalDomain.Rd b/man/WCSCoverageTemporalDomain.Rd index 174a0b0..8cd9531 100644 --- a/man/WCSCoverageTemporalDomain.Rd +++ b/man/WCSCoverageTemporalDomain.Rd @@ -50,15 +50,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSDescribeCoverage.Rd b/man/WCSDescribeCoverage.Rd index 5f2eec6..835f6c8 100644 --- a/man/WCSDescribeCoverage.Rd +++ b/man/WCSDescribeCoverage.Rd @@ -34,24 +34,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSGSElevationDomain.Rd b/man/WCSGSElevationDomain.Rd index 1e4975c..d0a2dde 100644 --- a/man/WCSGSElevationDomain.Rd +++ b/man/WCSGSElevationDomain.Rd @@ -42,33 +42,33 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSGSTimeDomain.Rd b/man/WCSGSTimeDomain.Rd index 518c7b7..da8af5b 100644 --- a/man/WCSGSTimeDomain.Rd +++ b/man/WCSGSTimeDomain.Rd @@ -45,33 +45,33 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSGetCoverage.Rd b/man/WCSGetCoverage.Rd index 12c9491..b1cb88a 100644 --- a/man/WCSGetCoverage.Rd +++ b/man/WCSGetCoverage.Rd @@ -43,24 +43,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WCSGridCRS.Rd b/man/WCSGridCRS.Rd index ff95ce9..f1ab0ac 100644 --- a/man/WCSGridCRS.Rd +++ b/man/WCSGridCRS.Rd @@ -54,15 +54,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WFSCapabilities.Rd b/man/WFSCapabilities.Rd index 8213084..bdf3ce1 100644 --- a/man/WFSCapabilities.Rd +++ b/man/WFSCapabilities.Rd @@ -41,25 +41,25 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WFSClient.Rd b/man/WFSClient.Rd index f9946cc..d0ab8d3 100644 --- a/man/WFSClient.Rd +++ b/man/WFSClient.Rd @@ -59,23 +59,23 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WFSDescribeFeatureType.Rd b/man/WFSDescribeFeatureType.Rd index f979a06..cde7a26 100644 --- a/man/WFSDescribeFeatureType.Rd +++ b/man/WFSDescribeFeatureType.Rd @@ -37,24 +37,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WFSFeatureType.Rd b/man/WFSFeatureType.Rd index 87875b2..4ecb337 100644 --- a/man/WFSFeatureType.Rd +++ b/man/WFSFeatureType.Rd @@ -54,15 +54,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WFSGetFeature.Rd b/man/WFSGetFeature.Rd index ee2d7bf..1b2c883 100644 --- a/man/WFSGetFeature.Rd +++ b/man/WFSGetFeature.Rd @@ -37,24 +37,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WMSCapabilities.Rd b/man/WMSCapabilities.Rd index 1cbbc6a..c8f548e 100644 --- a/man/WMSCapabilities.Rd +++ b/man/WMSCapabilities.Rd @@ -43,25 +43,25 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WMSClient.Rd b/man/WMSClient.Rd index 1e0281c..53ae016 100644 --- a/man/WMSClient.Rd +++ b/man/WMSClient.Rd @@ -56,23 +56,23 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WMSGetFeatureInfo.Rd b/man/WMSGetFeatureInfo.Rd index 8186adb..f358ccf 100644 --- a/man/WMSGetFeatureInfo.Rd +++ b/man/WMSGetFeatureInfo.Rd @@ -37,24 +37,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WMSLayer.Rd b/man/WMSLayer.Rd index 83e4a56..24678b8 100644 --- a/man/WMSLayer.Rd +++ b/man/WMSLayer.Rd @@ -60,15 +60,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSBoundingBoxData.Rd b/man/WPSBoundingBoxData.Rd index daf269f..4c75c1f 100644 --- a/man/WPSBoundingBoxData.Rd +++ b/man/WPSBoundingBoxData.Rd @@ -36,17 +36,17 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSCapabilities.Rd b/man/WPSCapabilities.Rd index 1722429..6802f6f 100644 --- a/man/WPSCapabilities.Rd +++ b/man/WPSCapabilities.Rd @@ -42,25 +42,25 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSClient.Rd b/man/WPSClient.Rd index 50687b5..19baa86 100644 --- a/man/WPSClient.Rd +++ b/man/WPSClient.Rd @@ -51,23 +51,23 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSComplexData.Rd b/man/WPSComplexData.Rd index 02293d3..207983c 100644 --- a/man/WPSComplexData.Rd +++ b/man/WPSComplexData.Rd @@ -44,15 +44,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSComplexInputDescription.Rd b/man/WPSComplexInputDescription.Rd index 1beb7cf..88523c4 100644 --- a/man/WPSComplexInputDescription.Rd +++ b/man/WPSComplexInputDescription.Rd @@ -40,23 +40,23 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSComplexOutputDescription.Rd b/man/WPSComplexOutputDescription.Rd index dc54a35..9947a6b 100644 --- a/man/WPSComplexOutputDescription.Rd +++ b/man/WPSComplexOutputDescription.Rd @@ -40,20 +40,20 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSDescribeProcess.Rd b/man/WPSDescribeProcess.Rd index f2dd69b..483fe97 100644 --- a/man/WPSDescribeProcess.Rd +++ b/man/WPSDescribeProcess.Rd @@ -37,24 +37,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSDescriptionParameter.Rd b/man/WPSDescriptionParameter.Rd index 618b8c0..ff7661a 100644 --- a/man/WPSDescriptionParameter.Rd +++ b/man/WPSDescriptionParameter.Rd @@ -42,18 +42,18 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSException.Rd b/man/WPSException.Rd index 9d782e2..d46bc7f 100644 --- a/man/WPSException.Rd +++ b/man/WPSException.Rd @@ -44,15 +44,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSExecute.Rd b/man/WPSExecute.Rd index 8e58071..6c5088b 100644 --- a/man/WPSExecute.Rd +++ b/man/WPSExecute.Rd @@ -49,24 +49,24 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSExecuteResponse.Rd b/man/WPSExecuteResponse.Rd index c32392b..8eaa939 100644 --- a/man/WPSExecuteResponse.Rd +++ b/man/WPSExecuteResponse.Rd @@ -59,15 +59,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSFormat.Rd b/man/WPSFormat.Rd index 0715640..8c61f9b 100644 --- a/man/WPSFormat.Rd +++ b/man/WPSFormat.Rd @@ -44,15 +44,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSInput.Rd b/man/WPSInput.Rd index 11cca08..b5f4074 100644 --- a/man/WPSInput.Rd +++ b/man/WPSInput.Rd @@ -43,15 +43,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSInputDescription.Rd b/man/WPSInputDescription.Rd index 96a4be9..e19f22d 100644 --- a/man/WPSInputDescription.Rd +++ b/man/WPSInputDescription.Rd @@ -42,20 +42,20 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSLiteralData.Rd b/man/WPSLiteralData.Rd index f116e8d..a7a9647 100644 --- a/man/WPSLiteralData.Rd +++ b/man/WPSLiteralData.Rd @@ -43,15 +43,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSLiteralInputDescription.Rd b/man/WPSLiteralInputDescription.Rd index afc38af..3bbc8ee 100644 --- a/man/WPSLiteralInputDescription.Rd +++ b/man/WPSLiteralInputDescription.Rd @@ -42,22 +42,22 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSLiteralOutputDescription.Rd b/man/WPSLiteralOutputDescription.Rd index aac6aca..9e81534 100644 --- a/man/WPSLiteralOutputDescription.Rd +++ b/man/WPSLiteralOutputDescription.Rd @@ -40,20 +40,20 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSOutput.Rd b/man/WPSOutput.Rd index 043de80..4170356 100644 --- a/man/WPSOutput.Rd +++ b/man/WPSOutput.Rd @@ -48,15 +48,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSOutputDescription.Rd b/man/WPSOutputDescription.Rd index f1ab74f..b5dd8f0 100644 --- a/man/WPSOutputDescription.Rd +++ b/man/WPSOutputDescription.Rd @@ -39,20 +39,20 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSParameter.Rd b/man/WPSParameter.Rd index fd0d0b8..dcdc1c1 100644 --- a/man/WPSParameter.Rd +++ b/man/WPSParameter.Rd @@ -40,15 +40,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSProcess.Rd b/man/WPSProcess.Rd index ce9684a..1ceb602 100644 --- a/man/WPSProcess.Rd +++ b/man/WPSProcess.Rd @@ -42,15 +42,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSProcessDescription.Rd b/man/WPSProcessDescription.Rd index 310284e..a92ef81 100644 --- a/man/WPSProcessDescription.Rd +++ b/man/WPSProcessDescription.Rd @@ -47,15 +47,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSResponseDocument.Rd b/man/WPSResponseDocument.Rd index d1bafa9..1fafda3 100644 --- a/man/WPSResponseDocument.Rd +++ b/man/WPSResponseDocument.Rd @@ -41,15 +41,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}} diff --git a/man/WPSStatus.Rd b/man/WPSStatus.Rd index fcb04d8..2e61366 100644 --- a/man/WPSStatus.Rd +++ b/man/WPSStatus.Rd @@ -47,15 +47,15 @@ Emmanuel Blondel \if{html}{\out{
Inherited methods
}}