getRasterData(dataset, band = NULL, offset = c(0, 0), region.dim = dim(dataset), output.dim = region.dim, interleave = c(0, 0), as.is = FALSE, list_out=FALSE)
getRasterTable(dataset, band = NULL, offset = c(0, 0), region.dim = dim(dataset))
getProjectionRef(dataset, OVERRIDE_PROJ_DATUM_WITH_TOWGS84 = NULL)
getRasterBand(dataset, band = 1)
getRasterBlockSize(raster)
toSigned(x, base)
toUnSigned(x, base)
get_OVERRIDE_PROJ_DATUM_WITH_TOWGS84()
set_OVERRIDE_PROJ_DATUM_WITH_TOWGS84(value)region.dim the data will be subsampledset_OVERRIDE_PROJ_DATUM_WITH_TOWGS84 is used. Ignored if the GDAL version is less than 1.8.0 or if the CPLConfigOption variable is already setnew("GDALRasterBand", dataset, band). handle:"externalptr", from class "GDALMajorObject", used internally; not for public consumption "GDALMajorObject", directly.signature(x = "GDALRasterBand"): ... signature(.Object = "GDALRasterBand"): ... getRasterData:
getRasterTable:
getProjectionRef:
getRasterBand:
getRasterBlockSize:
toSigned:
toUnSigned:
GDALDriver-class, GDALDataset-class, GDALTransientDataset-classlogo <- system.file("pictures/logo.jpg", package="rgdal")[1]
x <- new("GDALReadOnlyDataset", logo)
plot(density(getRasterTable(x)$band1))
GDAL.close(x)
Run the code above in your browser using DataLab