ISOGeorectified | R Documentation |
ISOGeorectified
ISOGeorectified
R6Class
object.
Object of R6Class
for modelling an ISO Georectified
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> 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]
geometa::geometaLogger$ERROR()
geometa::geometaLogger$INFO()
geometa::geometaLogger$WARN()
geometa::ISOAbstractObject$addFieldAttrs()
geometa::ISOAbstractObject$addListElement()
geometa::ISOAbstractObject$contains()
geometa::ISOAbstractObject$createLocalisedProperty()
geometa::ISOAbstractObject$decode()
geometa::ISOAbstractObject$delListElement()
geometa::ISOAbstractObject$encode()
geometa::ISOAbstractObject$getClass()
geometa::ISOAbstractObject$getClassName()
geometa::ISOAbstractObject$getNamespaceDefinition()
geometa::ISOAbstractObject$isDocument()
geometa::ISOAbstractObject$isFieldInheritedFrom()
geometa::ISOAbstractObject$print()
geometa::ISOAbstractObject$save()
geometa::ISOAbstractObject$setAttr()
geometa::ISOAbstractObject$setCodeList()
geometa::ISOAbstractObject$setCodeListValue()
geometa::ISOAbstractObject$setCodeSpace()
geometa::ISOAbstractObject$setHref()
geometa::ISOAbstractObject$setId()
geometa::ISOAbstractObject$setIsNull()
geometa::ISOAbstractObject$setValue()
geometa::ISOAbstractObject$validate()
geometa::ISOAbstractObject$wrapBaseElement()
geometa::ISOGridSpatialRepresentation$addDimension()
geometa::ISOGridSpatialRepresentation$delDimension()
geometa::ISOGridSpatialRepresentation$setCellGeometry()
geometa::ISOGridSpatialRepresentation$setNumberOfDimensions()
geometa::ISOGridSpatialRepresentation$setTransformationParameterAvailability()
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.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information – Metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.