Learn R Programming

ows4R (version 0.1-1)

BBOX: BBOX

Description

BBOX

Usage

BBOX

Arguments

Value

Object of R6Class for modelling an BBOX

Format

R6Class object.

Methods

new(bbox, srsName)

This method is used to instantiate an BBOX

Examples

Run this code
# NOT RUN {
  bbox <- OWSUtils$toBBOX(-180,-90,180,90)
  expr <- BBOX$new(bbox)
  expr_xml <- expr$encode() #see how it looks like in XML
  
# }

Run the code above in your browser using DataLab