Learn R Programming

ows4R (version 0.4)

WCSGridCRS: WCSGridCRS

Description

WCSGridCRS

WCSGridCRS

Arguments

Value

Object of R6Class modelling a WCS grid CRS

Format

R6Class object.

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.