Package org.gdal.ogr

Class DataSource

java.lang.Object
org.gdal.gdal.MajorObject
org.gdal.ogr.DataSource

public class DataSource extends MajorObject
This class represents a data source.

The DataSource class is a binding for the C++ OGRDataSource class.

A data source potentially consists of many layers (Layer). A data source normally consists of one, or a related set of files, though the name doesn't have to be a real item in the file system. When an DataSource is destroyed, all it's associated Layer objects are also destroyed.