GdalDataProvider
================

.. currentmodule:: axioma.plugin.gdal

.. class:: GdalDataProvider

	Провайдер данных для объектов GDAL. Наследуется от :class:`~axioma.core.dp.FileDataProvider`

		.. method:: GdalDataProvider(core=None, parent=None)

			Конструктор класса

			:param core: ядро приложения
			:type core: :class:`~axioma.core.Core`
			:param parent: родительский объект
			:type parent: :class:`~PyQt5.QtCore.QObject` или :any:`None`
