ISOBrowseGraphic
ISOBrowseGraphic
ISOBrowseGraphic class
R6Class
object.
Object of R6Class
for modelling an ISO BrowseGraphic
md <- ISOBrowseGraphic$new( fileName = "http://wwww.somefile.org/png", fileDescription = "Map Overview", fileType = "image/png" ) xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_BrowseGraphic
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_BrowseGraphic
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOBrowseGraphic
fileName
: file name
fileDescription
: file description
fileType
: file type
new()
Initializes object
ISOBrowseGraphic$new(
xml = NULL,
fileName = NULL,
fileDescription = NULL,
fileType = NULL
)
xml
: object of class XMLInternalNode-class
fileName
: file name
fileDescription
: file description
fileType
: file type
setFileName()
Set file name
ISOBrowseGraphic$setFileName(fileName, locales = NULL)
fileName
: file name
locales
: a list of localized names. Default is NULL
setFileDescription()
Set file description
ISOBrowseGraphic$setFileDescription(fileDescription, locales = NULL)
fileDescription
: file description
locales
: a list of localized descriptions. Default is NULL
setFileType()
Set file type
ISOBrowseGraphic$setFileType(fileType, locales = NULL)
fileType
: file type
locales
: a list of localized types. Default is NULL
clone()
The objects of this class are cloneable with this method.
ISOBrowseGraphic$clone(deep = FALSE)
deep
: Whether to make a deep clone.