List of all members.
Member Function Documentation
- Returns:
- A list of capabilities. The class method returns a list of all potential capabilities a driver may have; the object method returns a list of all capabilities the driver has. Currently capabilities are 'Create' and 'CreateCopy'. Examples.
Create a GDAL dataset using this driver.
- Note:
- a.k.a. CreateDataset
Create a new Geo::GDAL::Dataset
- Parameters:
-
name | |
xsize | |
ysize | |
bands | |
type | One of the data types this driver supports. |
options | An anonymous hash of driver specific parameters. |
Usage:
- Returns:
- a new Geo::GDAL::Dataset object
- Returns:
- a list of data types (strings) that can be used for new datasets.
- Returns:
- a list of options, each option is a hashref, the keys are name, type and description or Value. Value is a listref.
- Returns:
- a suggested extension or extensions (e.g., ext1/ext2) for datasets.
- Returns:
- a suggested MIME type for datasets.
Rename (move) a GDAL dataset.
- Parameters:
-
NewName | String. |
OldName | String. |
Test whether the driver has the specified capability.
- Parameters:
-
cap | A capability string (one of those returned by Capabilities). |
- Returns:
- a boolean value.
Member Data Documentation
The documentation for this class was generated from the following file: