WCSCoverageSpatialDomain | R Documentation |
WCSCoverageSpatialDomain
WCSCoverageSpatialDomain
R6Class
object.
Object of R6Class
modelling a WCS coverage spatial domain
ows4R::OGCAbstractObject
-> WCSCoverageSpatialDomain
envelopes
envelopes. For WCS 1.0
BoundingBox
bounding box. For WCS 1.1
grids
For WCS 1.0
GridCRS
grid CRS. For WCS 1.1
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()
new()
Initializes an object of class WCSCoverageDomain
WCSCoverageSpatialDomain$new(xmlObj, serviceVersion, owsVersion, logger = NULL)
xmlObj
an object of class XMLInternalNode-class to initialize from XML
serviceVersion
service version
owsVersion
OWS version
logger
logger
getEnvelopes()
Get envelopes. Method that applies to WCS 1.0 only
WCSCoverageSpatialDomain$getEnvelopes()
a list of objects of class GMLEnvelope or GMLEnvelopeWithTimePeriod
getBoundingBox()
Get bounding boxes. Method that applies to WCS 1.1 only
WCSCoverageSpatialDomain$getBoundingBox()
a list of objects of class OWSBoundingBox
getGrids()
Get grids. Method that applies to WCS 1.0 only
WCSCoverageSpatialDomain$getGrids()
a list of of objects of class GMLGrid or GMLRectifiedGrid
getGridCRS()
Get Grid CRS. Method that applies to WCS 1.1 only
WCSCoverageSpatialDomain$getGridCRS()
a list of objects of class WCSGridCRS
clone()
The objects of this class are cloneable with this method.
WCSCoverageSpatialDomain$clone(deep = FALSE)
deep
Whether to make a deep clone.
Class used internally by ows4R.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.