Home
last modified time | relevance | path

Searched refs:t_eType (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/R-cran-rgdal/rgdal/R/
H A Dogr.R122 t_eType <- table(eType) functionVar
127 paste(paste(WKB[as.integer(names(t_eType))], t_eType, sep=": "),
137 if (!require_geomType %in% WKB[as.integer(names(t_eType))])
138 stop(require_geomType, "not in", WKB[as.integer(names(t_eType))])
H A Dogr_sp.R291 t_eType <- table(eType) functionVar
296 paste(paste(WKB[as.integer(names(t_eType))], t_eType, sep=": "),
306 if (!require_geomType %in% WKB[as.integer(names(t_eType))])
307 stop(require_geomType, "not in", WKB[as.integer(names(t_eType))])