| OWSBoundingBox {ows4R} | R Documentation |
OWSBoundingBox
Description
OWSBoundingBox
OWSBoundingBox
Format
R6Class object.
Value
Object of R6Class for modelling an OGC Bounding Box
Super class
ows4R::OGCAbstractObject -> OWSBoundingBox
Public fields
attrsattributes to be associated to XML
LowerCornerlower corner coordinates
UpperCornerupper corner coordinates
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 OWSBoundingBox
Usage
OWSBoundingBox$new( xml = NULL, element = NULL, namespacePrefix = NULL, owsVersion, serviceVersion, logger = NULL )
Arguments
xmlan object of class XMLInternalNode-class to initialize from XML
elementelement name
namespacePrefixnamespace prefix
owsVersionOWS version
serviceVersionservice version
loggerlogger
Method decode()
Decodes an object of class OWSBoundingBox from XML
Usage
OWSBoundingBox$decode(xml)
Arguments
xmlobject of class XMLInternalNode-class from XML
Method getBBOX()
Get BBOX as object of class bbox from sf package
Usage
OWSBoundingBox$getBBOX()
Returns
a numeric vector of length four, with xmin, ymin, xmax and ymax values
Method clone()
The objects of this class are cloneable with this method.
Usage
OWSBoundingBox$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]