Geo::GDAL::FFI::Driver(3pm) | User Contributed Perl Documentation | Geo::GDAL::FFI::Driver(3pm) |
Geo::GDAL::FFI::Driver - A GDAL data access driver
A format driver. Use the Driver method of a Geo::GDAL::FFI object to obtain one.
my $name = $driver->GetName;
Returns the name of the driver.
my $name = $driver->Create($name, {Width => 100, ...});
Create a dataset. $name is the name for the dataset to create. Named arguments are the following.
my $name = $driver->Create($name, $width);
A simple syntax for calling Create to create a raster dataset.
This software is released under the Artistic License. See perlartistic.
Ari Jolma - Ari.Jolma at gmail.com
Geo::GDAL::FFI
Alien::gdal, FFI::Platypus, <http://www.gdal.org>
2024-04-01 | perl v5.38.2 |