powered by
ISOGeographicBoundingBox
Object of R6Class for modelling an ISO GeographicBoundingBox
R6Class
R6Class object.
northBoundLatitude
new(xml, minx, miny, maxx, maxy, bbox)
This method is used to instantiate an ISOGeographicBoundingBox
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