Home
last modified time | relevance | path

Searched refs:ogrFIDs (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/R-cran-rgdal/rgdal/
H A DNAMESPACE43 export(readOGR, ogrInfo, ogrFIDs, ogrDrivers, writeOGR, ogrListLayers)
/dports/graphics/R-cran-rgdal/rgdal/man/
H A DreadOGR.Rd5 \alias{ogrFIDs}
41 ogrFIDs(dsn, layer)
93 …eed to be handled. An attempt is made to check the FID values, and \code{ogrFIDs} now returns attr…
103 …re no features when counting FIDs in a while loop over features in \code{ogrFIDs} never enters the…
/dports/graphics/R-cran-rgdal/rgdal/R/
H A Dogr.R67 fids <- ogrFIDs(dsn=dsn, layer=layer)
229 ogrFIDs <- function(dsn, layer){ function
H A Dogr_sp.R111 fids <- ogrFIDs(dsn=dsn, layer=layer)