ISOGeorectified
ISOGeorectified
ISOGeorectified class
R6Class
object.
Object of R6Class
for modelling an ISO Georectified
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_Georectified
ISO 19115-3 https://schemas.isotc211.org/19115/-3/msr/1.0/msr/#element_MD_Georectified
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOAbstractSpatialRepresentation
-> geometa::ISOSpatialRepresentation
-> geometa::ISOGridSpatialRepresentation
-> ISOGeorectified
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]
new()
Initializes object
ISOGeorectified$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setCheckPointAvailability()
Set check point availability
ISOGeorectified$setCheckPointAvailability(availability)
availability
: object of class logical
setCheckPointDescription()
Set check point description
ISOGeorectified$setCheckPointDescription(description, locales = NULL)
description
: object of class character
locales
: list of localized descriptions. Default is NULL
addCornerPoint()
Adds corner point
ISOGeorectified$addCornerPoint(sfg = NULL, m = NULL)
sfg
: simple feature object from sf
m
: simple feature object of class matrix
TRUE
if added, FALSE
otherwise
delCornerPoint()
Deletes corner point
ISOGeorectified$delCornerPoint(sfg = NULL, m = NULL)
sfg
: simple feature object from sf
m
: simple feature object of class matrix
TRUE
if deleted, FALSE
otherwise
setCenterPoint()
Sets center point
ISOGeorectified$setCenterPoint(sfg = NULL, m = NULL)
sfg
: simple feature object from sf
m
: simple feature object of class matrix
setPixelOrientation()
Set pixel orientation
ISOGeorectified$setPixelOrientation(pixelOrientation)
pixelOrientation
: object of class ISOPixelOrientation or character among values among those returned by ISOPixelOrientation$values()
setTransformationDimensionDescription()
Set transformation dimension description
ISOGeorectified$setTransformationDimensionDescription(
description,
locales = NULL
)
description
: description
locales
: list of localized descriptions. Default is NULL
addTransformationDimensionMapping()
Adds transformation dimension mapping
ISOGeorectified$addTransformationDimensionMapping(mapping)
mapping
: mapping
TRUE
if added, FALSE
otherwise
delTransformationDimensionMapping()
Deletes transformation dimension mapping
ISOGeorectified$delTransformationDimensionMapping(mapping)
mapping
: mapping
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOGeorectified$clone(deep = FALSE)
deep
: Whether to make a deep clone.