Le lundi 11 mars 2013 21:21:50, Allen Kempe a écrit :
> In Rfc 24: GDAL Progressive Data Support it says that the metadata for a
> driver will specify metadata item "DCAP_ASYNCIO" as yes if the driver
> supports asynchronous IO. So, code like this should retrieve this option:
> const char* s_asynci
In Rfc 24: GDAL Progressive Data Support it says that the metadata for a
driver will specify metadata item "DCAP_ASYNCIO" as yes if the driver
supports asynchronous IO. So, code like this should retrieve this option:
const char* s_asyncio = drv->GetMetadataItem("DCAP_ASYNCIO");
However, I have b