| WCSGridCRS {ows4R} | R Documentation |
WCSGridCRS
Description
WCSGridCRS
WCSGridCRS
Format
R6Class object.
Value
Object of R6Class modelling a WCS grid CRS
Super class
ows4R::OGCAbstractObject -> WCSGridCRS
Public fields
GridBaseCRSgrid base CRS
GridTypegrid type
GridOrigingrid origin
GridOffsetsgrid offsets
GridCSgrid CS
Methods
Public methods
Inherited methods
ows4R::OGCAbstractObject$ERROR()ows4R::OGCAbstractObject$INFO()ows4R::OGCAbstractObject$WARN()ows4R::OGCAbstractObject$encode()ows4R::OGCAbstractObject$getClass()ows4R::OGCAbstractObject$getClassName()ows4R::OGCAbstractObject$getNamespaceDefinition()ows4R::OGCAbstractObject$isFieldInheritedFrom()ows4R::OGCAbstractObject$logger()ows4R::OGCAbstractObject$print()
Method new()
Initializes an object of class WCSGridCRS
Usage
WCSGridCRS$new(xmlObj, serviceVersion, owsVersion, logger = NULL)
Arguments
xmlObjan object of class XMLInternalNode-class to initialize from XML
serviceVersionservice version
owsVersionOWS version
loggerlogger
Method clone()
The objects of this class are cloneable with this method.
Usage
WCSGridCRS$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Class used internally by ows4R.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]