man-roxygen/oshElement.r

#' The S4 \code{oshElement} class has 3 different subclasses:  \code{nodeList}, \code{wayList}, and \code{relationList}
#' 
#' @slot data A list holding \code{XMLInternalElementNode} objects with an XML name of node, way or relation.
#' @slot tags A list holding named character vectors with OSM tags as key-value pairs.  
#' @slot attrs A list holding named character vectors with OSM attrs as key-value pairs.
#' @slot type Describe the type of an oshElement.
#' 
#'
#' @section Details:
#' This class is used by \code{as_oshex()} to initiate an \code{oshElement} class, such as: \code{nodeList}, \code{wayList}, and \code{relationList}.
#'
dof1985/OSHEX documentation built on May 28, 2019, 3:36 p.m.