ISOImageryGCP: ISOImageryGCPCollection

ISOImageryGCPR Documentation

ISOImageryGCPCollection

Description

ISOImageryGCPCollection

ISOImageryGCPCollection

Format

R6Class object.

Value

Object of R6Class for modelling an ISO imagery gcp collection

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::GMLAbstractObject -> ISOImageryGCP

Public fields

geographicCoordinates

geographicCoordinates

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOImageryGCP$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setGeographicCoordinates()

Set geographic coordinates

Usage
ISOImageryGCP$setGeographicCoordinates(sfg = NULL, m = NULL)
Arguments
sfg

simple feature object from sf

m

object of class matrix


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOImageryGCP$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115-2:2009 - Geographic information – Metadata Part 2: Extensions for imagery and gridded data

Examples

  md <- ISOImageryGCP$new()
  require(sf)
  pt <- sf::st_point(c(1,1))
  md$setGeographicCoordinates(sfg = pt) 
  xml <- md$encode()


eblondel/geometa documentation built on April 18, 2024, 1:46 p.m.