powered by
ISOGeographicBoundingBox
Object of R6Class for modelling an ISO GeographicBoundingBox
R6Class
R6Class object.
westBoundLongitude
[numeric] west longitude
numeric
eastBoundLongitude
[numeric] east longitude
southBoundLatitude
[numeric] south latitude
northBoundLatitude
[numeric] north latitude
new(xml, minx, miny, maxx, maxy, bbox)
This method is used to instantiate an ISOGeographicBoundingBox
setWestBoundLongitude(minx)
Set the west bound longitude.
setEastBoundLongitude(minx)
setSouthBoundLatitude(miny)
Set the south bound latitude.
setNorthBoundLatitude(maxy)
Set the north bound latitude.
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { md <- ISOGeographicBoundingBox$new(minx = -180, miny = -90, maxx = 180, maxy = 90) xml <- md$encode() # }
Run the code above in your browser using DataLab