Geo::GDAL 0.21

Geo::OGR::Driver Class Reference

Inheritance diagram for Geo::OGR::Driver:
Inheritance graph
[legend]

List of all members.

Public Class Methods

list Capabilities ()

Public Object Methods

scalar TestCapability (scalar cap)
Geo::OGR::DataSource Create (scalar name, listref options=undef)
Geo::OGR::DataSource CreateDataSource (scalar name, listref options=undef)
 An alias to the "Create" method.
Geo::OGR::DataSource Copy (scalar ds, scalar name, listref options=undef)
Geo::OGR::DataSource CopyDataSource (scalar ds, scalar name, listref options=undef)
 An alias to the "Copy" method.
Geo::OGR::DataSource Open (scalar name, scalar update=0)
Geo::OGR::DataSource OpenDataSource (scalar name, scalar update=0)
 An alias to the "Open" method.
 Delete (scalar name)
 DeleteDataSource (scalar name)
 An alias to the "Delete" method.
scalar GetName ()

Public Attributes

 name

Member Function Documentation

list Geo::OGR::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::OGR::DataSource Geo::OGR::Driver::Copy ( scalar  ds,
scalar  name,
listref  options = undef 
)
Parameters:
dsthe Geo::OGR::DataSource object to be copied
name
options
Returns:
a new Geo::OGR::DataSource object
Geo::OGR::DataSource Geo::OGR::Driver::CopyDataSource ( scalar  ds,
scalar  name,
listref  options = undef 
)

An alias to the "Copy" method.

Parameters:
dsthe Geo::OGR::DataSource object to be copied
name
options
Returns:
a new Geo::OGR::DataSource object
Geo::OGR::DataSource Geo::OGR::Driver::Create ( scalar  name,
listref  options = undef 
)
Parameters:
namethe data source name
optionsa list of driver specific options
Returns:
a new Geo::OGR::DataSource object
Geo::OGR::DataSource Geo::OGR::Driver::CreateDataSource ( scalar  name,
listref  options = undef 
)

An alias to the "Create" method.

Parameters:
namethe data source name
optionsa list of driver specific options
Returns:
a new Geo::OGR::DataSource object
Geo::OGR::Driver::Delete ( scalar  name)
Parameters:
name
Returns:
integer
Geo::OGR::Driver::DeleteDataSource ( scalar  name)

An alias to the "Delete" method.

Parameters:
name
Returns:
integer
scalar Geo::OGR::Driver::GetName ( )
Returns:
the name
Geo::OGR::DataSource Geo::OGR::Driver::Open ( scalar  name,
scalar  update = 0 
)
Parameters:
name
update
Returns:
a new Geo::OGR::DataSource object

Reimplemented from Geo::OGR.

Geo::OGR::DataSource Geo::OGR::Driver::OpenDataSource ( scalar  name,
scalar  update = 0 
)

An alias to the "Open" method.

Parameters:
name
update
Returns:
a new Geo::OGR::DataSource object
scalar Geo::OGR::Driver::TestCapability ( scalar  cap)
Parameters:
capa capability string
Returns:
boolean

Member Data Documentation

scalar (access as $driver->{name})


The documentation for this class was generated from the following file: