-
Notifications
You must be signed in to change notification settings - Fork 12
OGRSFDriver
geonef edited this page Mar 19, 2012
·
1 revision
- Doc of original C++ interface : http://www.gdal.org/ogr/classOGRSFDriver.html
(Commented with '//' means it is not implemented yet)
ogrsfdriver.cc: PHP_ME(OGRSFDriver, GetName, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: //PHP_ME(OGRSFDriver, Open, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: PHP_ME(OGRSFDriver, TestCapability, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: //PHP_ME(OGRSFDriver, CreateDataSource, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: //PHP_ME(OGRSFDriver, DeleteDataSource, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: //PHP_ME(OGRSFDriver, CopyDataSource, NULL, ZEND_ACC_PUBLIC)