Skip to contents

WCSCoverageDescription

WCSCoverageDescription

Format

R6Class object.

Value

Object of R6Class modelling a WCS coverage summary

Note

Class used internally by ows4R.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

CoverageId

coverage ID

SupportedCRS

supported CRS

SupportedFormat

supported Format

Domain

domain

Range

range

ServiceParameters

service parmaeters

Methods

Inherited methods


Method new()

Initializes an object of class WCSCoverageDescription

Usage

WCSCoverageDescription$new(xmlObj, serviceVersion, owsVersion, logger = NULL)

Arguments

xmlObj

an object of class XMLInternalNode-class to initialize from XML

serviceVersion

service version

owsVersion

OWS version

logger

logger


Method getId()

getId

Usage

WCSCoverageDescription$getId()

Returns

the coverage id, object of class character


Method getSupportedCRS()

getSupported CRS. Applies to WCS 1 coverage descriptions

Usage

WCSCoverageDescription$getSupportedCRS()


Method getSupportedFormats()

get supported formats. Applies to WCS 1 coverage descriptions

Usage

WCSCoverageDescription$getSupportedFormats()


Method getDomain()

get domain. Applies to WCS 1 coverage descriptions

Usage

WCSCoverageDescription$getDomain()


Method getRange()

get range. Applies to WCS 1.0 coverage descriptions

Usage

WCSCoverageDescription$getRange()


Method clone()

The objects of this class are cloneable with this method.

Usage

WCSCoverageDescription$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.