|
NAMEGeo::GDAL::FFI::Driver - A GDAL data access driverSYNOPSISDESCRIPTIONA 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.comSEE ALSOGeo::GDAL::FFIAlien::gdal, FFI::Platypus, <http://www.gdal.org>
Visit the GSP FreeBSD Man Page Interface. |