Geo::GDAL
2.3
|
A GDAL virtual file system.
More...
Public Member Functions | |
public method | Close () |
public method | MkDir (scalar path) |
public Geo::GDAL::VSIF | Open (scalar filename, scalar mode) |
public scalar | Read (scalar count) |
public list | ReadDir (scalar dir) |
public scalar | ReadDirRecursive (scalar dir) |
public method | Rename (scalar old, scalar new) |
public method | RmDir (scalar path) |
public method | Seek (scalar offset, scalar whence) |
public list | Stat (scalar filename) |
public scalar | Tell () |
public method | Truncate (scalar new_size) |
public method | Unlink (scalar filename) |
public method | Write (scalar scalar) |
public method Geo::GDAL::VSIF::Close | ( | ) |
Object method.
public method Geo::GDAL::VSIF::MkDir | ( | scalar | path | ) |
Package subroutine.
Make a directory.
path | The directory to make. |
public Geo::GDAL::VSIF Geo::GDAL::VSIF::Open | ( | scalar | filename, |
scalar | mode | ||
) |
Package subroutine.
filename | Name of the file to open. For example "/vsimem/x". |
mode | Access mode. 'r', 'r+', 'w', etc. |
public scalar Geo::GDAL::VSIF::Read | ( | scalar | count | ) |
Object method.
count | The number of bytes to read from the file. |
public list Geo::GDAL::VSIF::ReadDir | ( | scalar | dir | ) |
Package subroutine.
public scalar Geo::GDAL::VSIF::ReadDirRecursive | ( | scalar | dir | ) |
Package subroutine.
public method Geo::GDAL::VSIF::Rename | ( | scalar | old, |
scalar | new | ||
) |
Package subroutine.
Rename a file.
public method Geo::GDAL::VSIF::RmDir | ( | scalar | path | ) |
Package subroutine.
Remove a directory.
public method Geo::GDAL::VSIF::Seek | ( | scalar | offset, |
scalar | whence | ||
) |
Object method.
public list Geo::GDAL::VSIF::Stat | ( | scalar | filename | ) |
Package subroutine.
public scalar Geo::GDAL::VSIF::Tell | ( | ) |
Object method.
public method Geo::GDAL::VSIF::Truncate | ( | scalar | new_size | ) |
Object method.
public method Geo::GDAL::VSIF::Unlink | ( | scalar | filename | ) |
Package subroutine.
filename | The file to delete. |
public method Geo::GDAL::VSIF::Write | ( | scalar | scalar | ) |
Object method.
scalar | The byte string to write to the file. |