![]() |
![]()
| ![]() |
![]()
NAMEGeo::GDAL::FFI::Driver - A GDAL data access driver SYNOPSISDESCRIPTIONA format driver. Use the Driver method of a Geo::GDAL::FFI object to obtain one. METHODSGetNamemy $name = $driver->GetName; Returns the name of the driver. Createmy $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. LICENSEThis software is released under the Artistic License. See perlartistic. AUTHORAri Jolma - Ari.Jolma at gmail.com SEE ALSOGeo::GDAL::FFI Alien::gdal, FFI::Platypus, <http://www.gdal.org>
|