WCSCoverageSpatialDomain
WCSCoverageSpatialDomain
Format
R6Class
object.
Value
Object of R6Class
modelling a WCS coverage spatial domain
Super class
ows4R::OGCAbstractObject
-> WCSCoverageSpatialDomain
Public fields
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
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
xmlObj
an object of class XMLInternalNode-class to initialize from XML
serviceVersion
service version
owsVersion
OWS version
logger
logger
Method getEnvelopes()
Get envelopes. Method that applies to WCS 1.0 only
Returns
a list of objects of class GMLEnvelope or GMLEnvelopeWithTimePeriod
Method getBoundingBox()
Get bounding boxes. Method that applies to WCS 1.1 only
Returns
a list of objects of class OWSBoundingBox
Method getGrids()
Get grids. Method that applies to WCS 1.0 only
Returns
a list of of objects of class GMLGrid or GMLRectifiedGrid
Method getGridCRS()
Get Grid CRS. Method that applies to WCS 1.1 only
Returns
a list of objects of class WCSGridCRS