GSMetadataLink | R Documentation |
This class models a GeoServer resource metadataLink made of a type (free text e.g. text/xml, text/html), a metadataType (Possible values are ISO19115:2003, FGDC, TC211, 19139, other), and a content: an URL that gives the metadataLink
R6Class
object.
Geoserver REST API Metadatalink
Object of R6Class
for modelling a GeoServer resource metadataLink
geosapi::GSRESTResource
-> GSMetadataLink
type
type
metadataType
metadata type
content
content
new()
Initializes an object of class GSMetadataLink
GSMetadataLink$new(xml = NULL, type, metadataType, content)
xml
object of class xml_node-class
type
type
metadataType
metadata type
content
content
decode()
Decodes from XML
GSMetadataLink$decode(xml)
xml
object of class xml_node-class
setType()
Set type type
GSMetadataLink$setType(type)
type
type
setMetadataType()
Set metadata type
GSMetadataLink$setMetadataType(metadataType)
metadataType
metadata type. Supported values: "ISO19115:2003", "FGDC", "TC211", "19139", "other"
setContent()
Set content
GSMetadataLink$setContent(content)
content
content
clone()
The objects of this class are cloneable with this method.
GSMetadataLink$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.