List of all members.
Public Class Methods |
list | Capabilities () |
Public Object Methods |
| Register () |
| Deregister () |
| Rename () |
scalar | TestCapability (scalar cap) |
scalar | Extension () |
scalar | MIMEType () |
list | CreationOptionList () |
scalar | CreationDataTypes () |
Geo::GDAL::Dataset | Create (scalar name, scalar xsize, scalar ysize, scalar bands=1, scalar type= 'Byte', listref options=undef) |
| Create a new Geo::GDAL::Dataset.
|
Geo::GDAL::Dataset | CreateDataset (scalar name, scalar xsize, scalar ysize, scalar bands=1, scalar type= 'Byte', listref options=undef) |
| An alias to the "CreateDataset" method.
|
Geo::GDAL::Dataset | Copy (scalar name, scalar src, scalar strict=1, listref options=undef) |
| Create a new Geo::GDAL::Dataset as a copy of an existing dataset.
|
Geo::GDAL::Dataset | CreateCopy (scalar name, scalar src, scalar strict=1, listref options=undef) |
| An alias to the "Copy" method.
|
| Delete (scalar name) |
Public Attributes |
| ShortName |
| LongName |
| HelpTopic |
Member Function Documentation
list Geo::GDAL::Driver::Capabilities |
( |
| ) |
|
- Returns:
- 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
Geo::GDAL::Dataset Geo::GDAL::Driver::Copy |
( |
scalar |
name, |
|
|
scalar |
src, |
|
|
scalar |
strict = 1 , |
|
|
listref |
options = undef |
|
) |
| |
Geo::GDAL::Dataset Geo::GDAL::Driver::Create |
( |
scalar |
name, |
|
|
scalar |
xsize, |
|
|
scalar |
ysize, |
|
|
scalar |
bands = 1 , |
|
|
scalar |
type = 'Byte' , |
|
|
listref |
options = undef |
|
) |
| |
Geo::GDAL::Dataset Geo::GDAL::Driver::CreateCopy |
( |
scalar |
name, |
|
|
scalar |
src, |
|
|
scalar |
strict = 1 , |
|
|
listref |
options = undef |
|
) |
| |
An alias to the "Copy" method.
Geo::GDAL::Dataset Geo::GDAL::Driver::CreateDataset |
( |
scalar |
name, |
|
|
scalar |
xsize, |
|
|
scalar |
ysize, |
|
|
scalar |
bands = 1 , |
|
|
scalar |
type = 'Byte' , |
|
|
listref |
options = undef |
|
) |
| |
An alias to the "CreateDataset" method.
scalar Geo::GDAL::Driver::CreationDataTypes |
( |
| ) |
|
list Geo::GDAL::Driver::CreationOptionList |
( |
| ) |
|
- Returns:
- a list of options, each option is a hashref, the keys are name, type and description or Value. Value is a listref.
Geo::GDAL::Driver::Delete |
( |
scalar |
name | ) |
|
Geo::GDAL::Driver::Deregister |
( |
| ) |
|
scalar Geo::GDAL::Driver::Extension |
( |
| ) |
|
scalar Geo::GDAL::Driver::MIMEType |
( |
| ) |
|
Geo::GDAL::Driver::Register |
( |
| ) |
|
All drivers are registered in the initialization.
Geo::GDAL::Driver::Rename |
( |
| ) |
|
scalar Geo::GDAL::Driver::TestCapability |
( |
scalar |
cap | ) |
|
- Parameters:
-
- Returns:
- boolean
Member Data Documentation
The documentation for this class was generated from the following file: