| WCSCoverageSpatialDomain {ows4R} | R Documentation |
WCSCoverageSpatialDomain
Description
WCSCoverageSpatialDomain
WCSCoverageSpatialDomain
Format
R6Class object.
Value
Object of R6Class modelling a WCS coverage spatial domain
Super class
ows4R::OGCAbstractObject -> WCSCoverageSpatialDomain
Public fields
envelopesenvelopes. For WCS 1.0
BoundingBoxbounding box. For WCS 1.1
gridsFor WCS 1.0
GridCRSgrid CRS. For WCS 1.1
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 WCSCoverageDomain
Usage
WCSCoverageSpatialDomain$new(xmlObj, serviceVersion, owsVersion, logger = NULL)
Arguments
xmlObjan object of class XMLInternalNode-class to initialize from XML
serviceVersionservice version
owsVersionOWS version
loggerlogger
Method getEnvelopes()
Get envelopes. Method that applies to WCS 1.0 only
Usage
WCSCoverageSpatialDomain$getEnvelopes()
Returns
a list of objects of class GMLEnvelope or GMLEnvelopeWithTimePeriod
Method getBoundingBox()
Get bounding boxes. Method that applies to WCS 1.1 only
Usage
WCSCoverageSpatialDomain$getBoundingBox()
Returns
a list of objects of class OWSBoundingBox
Method getGrids()
Get grids. Method that applies to WCS 1.0 only
Usage
WCSCoverageSpatialDomain$getGrids()
Returns
a list of of objects of class GMLGrid or GMLRectifiedGrid
Method getGridCRS()
Get Grid CRS. Method that applies to WCS 1.1 only
Usage
WCSCoverageSpatialDomain$getGridCRS()
Returns
a list of objects of class WCSGridCRS
Method clone()
The objects of this class are cloneable with this method.
Usage
WCSCoverageSpatialDomain$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Class used internally by ows4R.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>