ISOImageryGCP function

ISOImageryGCPCollection

ISOImageryGCPCollection

ISOImageryGCPCollection

ISOImageryGCPCollection class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO imagery gcp collection

Examples

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

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

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

Public fields

  • geographicCoordinates: geographicCoordinates

Methods

Public 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.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29