Package org.gdal.gdal

Class Driver

java.lang.Object
org.gdal.gdal.MajorObject
org.gdal.gdal.Driver

public class Driver extends MajorObject
Class Driver is an uninstanciable class providing various methods for a format specific driver.

The Driver class is a binding for the C++ GDALDriver class.

An instance of this class is created for each supported format, and manages information about the format. This roughly corresponds to a file format, though some drivers may be gateways to many formats through a secondary multi-library.

Drivers are loaded and registered with the gdal.AllRegister() method