ISOImageryGeoreferenceable

ISOImageryGeoreferenceable

Format

R6Class object.

Value

Object of R6Class for modelling an ISO imagery Georeferenceable

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

geolocationInformation

geolocationInformation [0..*]: ISOImageryGeolocationInformation

Methods

Inherited methods


Method new()

Initializes object

Usage

Arguments

xml

object of class XMLInternalNode-class


Method addGeolocationInformation()

Adds geolocation information

Usage

ISOImageryGeoreferenceable$addGeolocationInformation(geolocationInfo)

Arguments

geolocationInfo

object of class inheriting ISOImageryAbstractGeolocationInformation

Returns

TRUE if added, FALSE otherwise


Method delGeolocationInformation()

Deletes geolocation information

Usage

ISOImageryGeoreferenceable$delGeolocationInformation(geolocationInfo)

Arguments

geolocationInfo

object of class inheriting ISOImageryAbstractGeolocationInformation

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOImageryGeoreferenceable$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.