Learn R Programming

geometa (version 0.6-2)

GMLDefinition: GMLDefinition

Description

GMLDefinition

Usage

GMLDefinition

Arguments

Value

Object of R6Class for modelling an GML definition

Format

R6Class object.

Fields

remarks

Methods

new(xml, defaults)

This method is used to instantiate a GML Definition

addRemark(remark)

Adds a remark

delRemark(remark)

Deletes a remark

References

ISO 19136:2007 Geographic Information -- Geographic Markup Language. http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=32554

OGC Geography Markup Language. http://www.opengeospatial.org/standards/gml

Examples

Run this code
# NOT RUN {
  gml <- GMLDefinition$new()
  gml$setDescriptionReference("someref")
  gml$setIdentifier("identifier", "codespace")
  gml$addName("name1", "codespace")
  gml$addName("name2", "codespace")

# }

Run the code above in your browser using DataLab