R/generics.R

.writeOut <- function(Layer,outputDir){
  UseMethod(".writeOut")
}

.geoJSONString <- function(Layer){
    UseMethod(".geoJSONString")
}

.templatePart <- function(x){
  UseMethod(".templatePart")
}
RCura/webmaps documentation built on May 8, 2019, 5:49 a.m.