<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thank you very much Frank. <br>With best regards.<br>Belaid Moa.<br><br>&gt; Date: Wed, 29 Jul 2009 16:35:16 -0400<br>&gt; From: warmerdam@pobox.com<br>&gt; To: belaid_moa@hotmail.com<br>&gt; CC: gdal-dev@lists.osgeo.org<br>&gt; Subject: Re: [gdal-dev] JPEG format - TestCapability<br>&gt; <br>&gt; Belaid MOA wrote:<br>&gt; &gt; Thank you all for your reply.<br>&gt; &gt;  <br>&gt; &gt; Somehow I could not get TestCapability to work.  I get the compilation <br>&gt; &gt; error: "class GDALDriver has no member named TestCapability". According <br>&gt; &gt; to the gdal_priv.h and GDAL Doc, the GDALDriver class does not have <br>&gt; &gt; TestCapability function.<br>&gt; &gt; Am I missing something?<br>&gt; <br>&gt; Belaid,<br>&gt; <br>&gt; TestCapability() is actually an OGR method.  In GDAL we test for particular<br>&gt; capability related metadata items. In GDAL you could test for the Create()<br>&gt; method being supported with the following:<br>&gt; <br>&gt;          if( GDALGetMetadataItem( hDriver, GDAL_DCAP_CREATE, NULL ) != NULL )<br>&gt;              ... we have Create support ...<br>&gt; <br>&gt; Best regards,<br>&gt; -- <br>&gt; ---------------------------------------+--------------------------------------<br>&gt; I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam@pobox.com<br>&gt; light and sound - activate the windows | http://pobox.com/~warmerdam<br>&gt; and watch the world go round - Rush    | Geospatial Programmer for Rent<br>&gt; <br><br /><hr />Stay in the loop and chat with friends, right from your inbox! <a href='http://go.microsoft.com/?linkid=9671349' target='_new'>Learn how!</a></body>
</html>