Home
last modified time | relevance | path

Searched refs:no_towgs84 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/R-cran-rgdal/rgdal/R/
H A Dogr.R294 no_towgs84 <- ((is.null(attr(res, "towgs84"))) || functionVar
296 if ((length(grep("towgs84", c(res))) == 0L) && !no_towgs84)
323 if (!no_towgs84 && (length(grep("towgs84", c(res))) > 0L))
H A Dogr_sp.R663 no_towgs84 <- ((is.null(attr(res, "towgs84"))) || functionVar
666 && !no_towgs84) warning("TOWGS84 discarded")
698 if (!no_towgs84 && (length(grep("towgs84", c(res))) > 0L))
H A Dgdal.R452 no_towgs84 <- all(nchar(attr(res, "towgs84")) == 0) functionVar
453 if ((length(grep("towgs84", c(res))) == 0L) && !no_towgs84)
482 if (!no_towgs84 && (length(grep("towgs84", c(res))) > 0L))