|
NAMEGeo::GDAL::FFI::VSI - A GDAL virtual file systemSYNOPSISuse Geo::GDAL::FFI::VSI qw/FOpen Mkdir ReadDir/;DESCRIPTIONMETHODSFOpen($path, $access)my $file = FOpen('/vsimem/file', 'w'); Short for Geo::GDAL::FFI::VSI::File::Open Mkdir($path, $mode)$mode is optional and by default 0x0666.ReadDir($path, $max_files)$max_files is optional and by default 0, i.e., read all names of files in the dir.LICENSEThis software is released under the Artistic License. See perlartistic.AUTHORAri Jolma - Ari.Jolma at gmail.comSEE ALSOGeo::GDAL::FFIAlien::gdal, FFI::Platypus, <http://www.gdal.org>
Visit the GSP FreeBSD Man Page Interface. |