List of all members.
Member Function Documentation
      
        
          | list Geo::OGR::Driver::Capabilities | ( |  | ) |  | 
      
 
- 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:
- aka CreateDataSource 
- Parameters:
- 
  
    | name | The data source name. |  | options | Driver specific options. |  
 
- Returns:
- a new Geo::OGR::DataSource object. 
 
 
      
        
          | Geo::OGR::Driver::Delete | ( | scalar | name | ) |  | 
      
 
Delete an OGR data source. 
- Note:
- aka DeleteDataSource 
- Parameters:
- 
  
    | name | The name of data source. |  
 
 
 
      
        
          | scalar Geo::OGR::Driver::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.
 
 
      
        
          | scalar Geo::OGR::Driver::TestCapability | ( | scalar | cap | ) |  | 
      
 
- Parameters:
- 
  
  
- Returns:
- boolean value. 
 
 
Member Data Documentation
scalar (access as $driver->{name}) 
 
 
The documentation for this class was generated from the following file: