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
GridBaseCRS
grid base CRS
GridType
grid type
GridOrigin
grid origin
GridOffsets
grid offsets
GridCS
grid 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
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.
Note
Class used internally by ows4R.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]