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
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
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