ISOGeorectified function

ISOGeorectified

ISOGeorectified

ISOGeorectified

ISOGeorectified class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO Georectified

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOAbstractSpatialRepresentation -> geometa::ISOSpatialRepresentation -> geometa::ISOGridSpatialRepresentation -> ISOGeorectified

Public fields

  • checkPointAvailability: checkPointAvailability [1..1]

  • checkPointDescription: checkPointDescription [0..1]

  • cornerPoints: cornerPoints [0..*]

  • centerPoint: centerPoint [0..1]

  • pointInPixel: pointInPixel [1..1]

  • transformationDimensionDescription: transformationDimensionDescription [0..1]

  • transformationDimensionMapping: transformationDimensionMapping [0..2]

Methods

Public methods

Method new()

Initializes object

Usage

ISOGeorectified$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method setCheckPointAvailability()

Set check point availability

Usage

ISOGeorectified$setCheckPointAvailability(availability)

Arguments

  • availability: object of class logical

Method setCheckPointDescription()

Set check point description

Usage

ISOGeorectified$setCheckPointDescription(description, locales = NULL)

Arguments

  • description: object of class character

  • locales: list of localized descriptions. Default is NULL

Method addCornerPoint()

Adds corner point

Usage

ISOGeorectified$addCornerPoint(sfg = NULL, m = NULL)

Arguments

  • sfg: simple feature object from sf

  • m: simple feature object of class matrix

Returns

TRUE if added, FALSE otherwise

Method delCornerPoint()

Deletes corner point

Usage

ISOGeorectified$delCornerPoint(sfg = NULL, m = NULL)

Arguments

  • sfg: simple feature object from sf

  • m: simple feature object of class matrix

Returns

TRUE if deleted, FALSE otherwise

Method setCenterPoint()

Sets center point

Usage

ISOGeorectified$setCenterPoint(sfg = NULL, m = NULL)

Arguments

  • sfg: simple feature object from sf

  • m: simple feature object of class matrix

Method setPixelOrientation()

Set pixel orientation

Usage

ISOGeorectified$setPixelOrientation(pixelOrientation)

Arguments

  • pixelOrientation: object of class ISOPixelOrientation or character among values among those returned by ISOPixelOrientation$values()

Method setTransformationDimensionDescription()

Set transformation dimension description

Usage

ISOGeorectified$setTransformationDimensionDescription(
  description,
  locales = NULL
)

Arguments

  • description: description

  • locales: list of localized descriptions. Default is NULL

Method addTransformationDimensionMapping()

Adds transformation dimension mapping

Usage

ISOGeorectified$addTransformationDimensionMapping(mapping)

Arguments

  • mapping: mapping

Returns

TRUE if added, FALSE otherwise

Method delTransformationDimensionMapping()

Deletes transformation dimension mapping

Usage

ISOGeorectified$delTransformationDimensionMapping(mapping)

Arguments

  • mapping: mapping

Returns

TRUE if deleted, FALSE otherwise

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOGeorectified$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

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