Skip to contents

WCSGridCRS

WCSGridCRS

Format

R6Class object.

Value

Object of R6Class modelling a WCS grid CRS

Note

Class used internally by ows4R.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

ows4R::OGCAbstractObject -> WCSGridCRS

Public fields

GridBaseCRS

grid base CRS

GridType

grid type

GridOrigin

grid origin

GridOffsets

grid offsets

GridCS

grid CS

Methods

Inherited methods


Method new()

Initializes an object of class WCSGridCRS

Usage

WCSGridCRS$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 clone()

The objects of this class are cloneable with this method.

Usage

WCSGridCRS$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.