| geoflow_format | R Documentation |
This class models a format
R6Class object.
geoflow_format
Object of R6Class for modelling a format
keyformat key
namekey name
urikey URI
descriptionkey description
new()Initializes a geoflow_format
geoflow_format$new(str = NULL)
strcharacter string to initialize object using key-based syntax
setKey()Sets format key
geoflow_format$setKey(key)
keykey
setName()Sets format name
geoflow_format$setName(name)
namename
setUri()Sets format URI
geoflow_format$setUri(uri)
uriURI
setDescription()Sets format description
geoflow_format$setDescription(description)
descriptiondescription
clone()The objects of this class are cloneable with this method.
geoflow_format$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
format <- geoflow_format$new()
format$setKey("distribution")
format$setName("text/csv")
format$setUri("https://www.iana.org/assignments/media-types/text/csv")
format$setDescription("CSV format")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.