Skip to contents

OWSWGS84BoundingBox

OWSWGS84BoundingBox

Format

R6Class object.

Value

Object of R6Class for modelling an OGC WS84 BoundingBox

Note

Class used internally by geometa

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

ows4R::OGCAbstractObject -> ows4R::OWSBoundingBox -> OWSWGS84BoundingBox

Methods

Inherited methods


Method new()

Initializes an object of class OWSBoundingBox

Usage

OWSWGS84BoundingBox$new(xml = NULL, owsVersion, serviceVersion, logger = NULL)

Arguments

xml

an object of class XMLInternalNode-class to initialize from XML

owsVersion

OWS version

serviceVersion

service version

logger

logger


Method clone()

The objects of this class are cloneable with this method.

Usage

OWSWGS84BoundingBox$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.