ISOImageryGCPCollection
Object of R6Class
for modelling an ISO imagery gcp collection
R6Class
object.
new(xml)
This method is used to instantiate an ISOImageryGCPCollection
setCollectionIdentification(id)
Set the identifier, object of class integer
setCollectionName(name, locales)
Sets a name (object of class "character"). Locale names can be
specified as list
with the locales
argument.
setCoordinateReferenceSystem(crs)
Sets the crs, object of class ISOReferenceSystem
addGCP(gcp)
Adds a GCP, object of class ISOImageryGCP
delGCP(gcp)
Deletes a GCP, object of class ISOImageryGCP
ISO 19115-2:2009 - Geographic information -- Metadata Part 2: Extensions for imagery and gridded data
# NOT RUN {
md <- ISOImageryGCP$new()
require(sf)
pt <- sf::st_point(c(1,1))
md$setGeographicCoordinates(sfg = pt)
xml <- md$encode()
# }
Run the code above in your browser using DataLab