ISOImageryGCPCollection
ISOImageryGCPCollection
ISOImageryGCPCollection class
R6Class
object.
Object of R6Class
for modelling an ISO imagery gcp collection
md <- ISOImageryGCP$new() require(sf) pt <- sf::st_point(c(1,1)) md$setGeographicCoordinates(sfg = pt) xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19115/-2/gmi/1.0/gmi/#element_MI_GCP
ISO 19115-3 https://schemas.isotc211.org/19115/-3/msr/1.0/msr/#element_MI_GCP
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::GMLAbstractObject
-> ISOImageryGCP
geographicCoordinates
: geographicCoordinates
new()
Initializes object
ISOImageryGCP$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setGeographicCoordinates()
Set geographic coordinates
ISOImageryGCP$setGeographicCoordinates(sfg = NULL, m = NULL)
sfg
: simple feature object from sf
m
: object of class matrix
clone()
The objects of this class are cloneable with this method.
ISOImageryGCP$clone(deep = FALSE)
deep
: Whether to make a deep clone.