| 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
typetype
metadataTypemetadata type
contentcontent
new()Initializes an object of class GSMetadataLink
GSMetadataLink$new(xml = NULL, type, metadataType, content)
xmlobject of class xml_node-class
typetype
metadataTypemetadata type
contentcontent
decode()Decodes from XML
GSMetadataLink$decode(xml)
xmlobject of class xml_node-class
setType()Set type type
GSMetadataLink$setType(type)
typetype
setMetadataType()Set metadata type
GSMetadataLink$setMetadataType(metadataType)
metadataTypemetadata type. Supported values: "ISO19115:2003", "FGDC", "TC211", "19139", "other"
setContent()Set content
GSMetadataLink$setContent(content)
contentcontent
clone()The objects of this class are cloneable with this method.
GSMetadataLink$clone(deep = FALSE)
deepWhether 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.