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. Examples.
Create an OGR data source object.
- Note:
- a.k.a. CreateDataSource
- Parameters:
-
name | The data source name. |
options | Driver specific options. |
Usage:
- Returns:
- a new Geo::OGR::DataSource object.
Delete an OGR data source.
- Note:
- a.k.a. DeleteDataSource
- Parameters:
-
name | The name of data source. |
- Note:
- a.k.a. GetName
- Returns:
- the name of the driver.
Open an OGR data source object. Alternative name: OpenDataSource.
- Parameters:
-
name | The name of data source. |
update | Whether to open the data source in update mode. |
- Returns:
- a new Geo::OGR::DataSource object
Reimplemented from Geo::OGR.
- Parameters:
-
- Returns:
- boolean value.
Member Data Documentation
scalar (access as $driver->{name})
The documentation for this class was generated from the following file: