API Reference OSGeo FDO Provider for GDAL

define_pages.h

Go to the documentation of this file.
00001 /*! \mainpage Introduction
00002 <div class="mainpage">
00003 <!-- This is the index.html page that the user first sees. -->
00004 
00005 <p>The Feature Data Objects (FDO) API provides access to data in a 
00006 data store. A provider is a specific implementation of the FDO API 
00007 that provides access to data in a particular data store. The FDO 
00008 Provider for GDAL provides FDO with access to an GDAL-based data store.
00009 
00010 <p>The FDO Provider for GDAL uses the GDAL library for reading a variety 
00011 of raster formats.
00012 </p>
00013 For more information, see <i>The Essential FDO</i> (FET_TheEssentialFDO.pdf),
00014 the <i>FDO Developer's Guide</i> (FDG_FDODevGuide.pdf) and the GDAL web 
00015 site (<a href="http://www.gdal.org/">www.gdal.org</a>).
00016 </p>
00017 
00018 <br>
00019 </div>
00020 */
00021 
00022 
00023 
00024 

Comments?