ISOGeorectified: ISOGeorectified

ISOGeorectifiedR Documentation

ISOGeorectified

Description

ISOGeorectified

ISOGeorectified

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Georectified

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> 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

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

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information – Metadata


eblondel/geometa documentation built on May 3, 2024, 7:55 p.m.