| geoflow_relation | R Documentation |
This class models an relation
R6Class object.
geoflow_relation
Object of R6Class for modelling an relation
keyrelation key
linkrelation link
mimeTyperelation mime
namerelation name
descriptionrelation name
provprovenance,
new()Initializes an object of class geoflow_relation
geoflow_relation$new(str = NULL)
strcharacter string to initialize from using key-based syntax
setKey()Set key
geoflow_relation$setKey(key)
keykey
setLink()Set link
geoflow_relation$setLink(link)
linklink
setMimeType()Set mime type
geoflow_relation$setMimeType(mimeType)
mimeTypemime type
setName()Set name
geoflow_relation$setName(name)
namename
setDescription()Set description
geoflow_relation$setDescription(description)
descriptiondescription
setProv()Set provenance
geoflow_relation$setProv(prov = c("user", "geoflow"))provprovenance
clone()The objects of this class are cloneable with this method.
geoflow_relation$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
relation <- geoflow_relation$new()
relation$setProv("user")
relation$setKey("wms")
relation$setLink("http://somelink/wms")
relation$setMimeType("application/xml")
relation$setName("layername")
relation$setDescription("layer description")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.