geosapi (version 0.1-0)

GSMetadataLink: A GeoServer resource metadataLink

Description

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

Usage

GSMetadataLink

Arguments

Value

Object of R6Class for modelling a GeoServer resource metadataLink

Format

R6Class object.

Methods

new(xml, type, metadataType, content)

This method is used to instantiate a GSMetadataLink

decode(xml)

This method is used to decode a GSMetadataLink from XML

encode()

This method is used to encode a GSMetadataLink to XML. Inherited from the generic GSRESTResource encoder

Details

Geoserver REST API Metadatalink