Class GDALStoreProvider

Object
DataStoreProvider
GDALStoreProvider

public class GDALStoreProvider extends DataStoreProvider
The provider of GDALStore instances. Given a Storage­Connector input, this class tries to instantiate a GDALStore. This data store uses the GDAL native library for loading data.

Each GDALStore­Provider instance is linked to a GDAL library specified at construction time, or to a JVM-wide shared GDAL library if the no-argument constructor is used. In the non-shared case, GDAL will be unloaded when this GDALStore­Provider instance is garbage collected.

Since:
1.5