OSGeo FDO Provider for Raster API Reference

OSGeo FDO Provider for Raster API

API Reference OSGeo FDO Provider for Raster

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 Autodesk FDO Provider for Raster 
00008 is a stand-alone file format that supports GIS data. 
00009 </p>
00010 
00011 <p>The FDO Provider for Raster has the following characteristics:
00012 </p>
00013 <ul>
00014   <li> The FDO Provider for Raster supports georeferenced file-based raster images and
00015     file-based grid coverages. Raster images are pixel-based images, such as digital
00016     photographs (satellite images, for example). Raster images
00017     are very useful as background images underneath your vector
00018     data, for example, an aerial photograph of a city with a
00019     layer of streets overlaying it.
00020   <li> The FDO Provider for Raster can run in a multi-platform
00021 environment, including Windows and Linux.
00022 </ul>
00023 <p>The following list shows the raster image file formats 
00024 that are supported, along with their acronyms and file extensions:
00025 </p>
00026 <ul>
00027   <li> JPEG (.jpg, .jpeg) - Joint Photographic Experts Group
00028   <li> JPG2K (.jp2, .j2k) - Joint Photographic Experts Group
00029   <li> MrSID (.sid) - Multi-Resolution Seamless Image Database
00030   <li> PNG (.png) - Portable Network Graphic
00031   <li> TIFF (.tif, .tiff) - Tagged Image File Format
00032   <li> DEM (.dem) - USGS Format Digital Elevation Model
00033   <li> ECW (.ecw) - Enhanced Compressed Wavelet
00034   <li> DTED (.dt0, .dt1, dt2) - Digital Terrain Elevation Data
00035   <li> ESRI ASCII GRID (.asc) - ESRI Surface
00036   <li> ESRI Binary GRID (.adf) - ESRI Surface
00037 </ul>
00038 <p>The following data models are supported:
00039 </p>
00040 <table cellspacing="0" class="RuledTable">
00041 <tr>
00042 <td valign="top" width="18%">
00043 ModelType&nbsp;</td><td  valign="top" width="9%">
00044 BitsPerPixel&nbsp;</td><td  valign="top" width="21%">
00045 Organization&nbsp;</td><td  valign="top" width="52%">
00046 DataType&nbsp;</td></tr>
00047 <tr>
00048 <td valign="top" width="18%">
00049 Bitonal&nbsp;</td><td valign="top" width="9%">
00050 1&nbsp;</td><td valign="top" width="21%">
00051 Pixel&nbsp;</td><td valign="top" width="52%">
00052 Unsigned Integer&nbsp;</td></tr>
00053 <tr>
00054 <td valign="top" width="18%">
00055 Grey&nbsp;</td><td valign="top" width="9%">
00056 8&nbsp;</td><td valign="top" width="21%">
00057 Pixel&nbsp;</td><td valign="top" width="52%">
00058 Unsigned Integer&nbsp;</td></tr>
00059 <tr>
00060 <td valign="top" width="18%">
00061 RGB&nbsp;</td><td valign="top" width="9%">
00062 24&nbsp;</td><td valign="top" width="21%">
00063 Pixel&nbsp;</td><td valign="top" width="52%">
00064 Unsigned Integer&nbsp;</td></tr>
00065 <tr>
00066 <td valign="top" width="18%">
00067 RGBA&nbsp;</td><td valign="top" width="9%">
00068 32&nbsp;</td><td valign="top" width="21%">
00069 Pixel&nbsp;</td><td valign="top" width="52%">
00070 Unsigned Integer&nbsp;</td></tr>
00071 <tr>
00072 <td valign="top" width="18%">
00073 Pallete&nbsp;</td><td valign="top" width="9%">
00074 8&nbsp;</td><td valign="top" width="21%">
00075 Pixel&nbsp;</td><td valign="top" width="52%">
00076 Unsigned Integer&nbsp;</td></tr>
00077 <tr>
00078 <td valign="top" width="18%">
00079 Data&nbsp;</td><td valign="top" width="9%">
00080 1&nbsp;</td><td valign="top" width="21%">
00081 Pixel&nbsp;</td><td valign="top" width="52%">
00082 Unsigned Integer&nbsp;</td></tr>
00083 <tr>
00084 <td valign="top" width="18%">
00085 Data&nbsp;</td><td valign="top" width="9%">
00086 
00087 8&nbsp;</td><td valign="top" width="21%">
00088 
00089 Pixel&nbsp;</td><td valign="top" width="52%">
00090 
00091 Unsigned Integer&nbsp;</td></tr><tr>
00092 <td valign="top" width="18%">
00093 Data&nbsp;</td><td valign="top" width="9%">
00094 8&nbsp;</td><td valign="top" width="21%">
00095 Pixel&nbsp;</td><td valign="top" width="52%">
00096 Signed Integer&nbsp;</td></tr>
00097 <tr>
00098 <td valign="top" width="18%">
00099 Data&nbsp;</td><td valign="top" width="9%">
00100 16&nbsp;</td><td valign="top" width="21%">
00101 Pixel&nbsp;</td><td valign="top" width="52%">
00102 Unsigned Integer&nbsp;</td></tr>
00103 <tr>
00104 <td valign="top" width="18%">
00105 Data&nbsp;</td><td valign="top" width="9%">
00106 16&nbsp;</td><td valign="top" width="21%">
00107 Pixel&nbsp;</td><td valign="top" width="52%">
00108 Signed Integer&nbsp;</td></tr>
00109 <tr>
00110 <td valign="top" width="18%">
00111 Data&nbsp;</td><td valign="top" width="9%">
00112 32&nbsp;</td><td valign="top" width="21%">
00113 Pixel&nbsp;</td><td valign="top" width="52%">
00114 Unsigned Integer&nbsp;</td></tr>
00115 <tr>
00116 <td valign="top" width="18%">
00117 Data&nbsp;</td><td valign="top" width="9%">
00118 32&nbsp;</td><td valign="top" width="21%">
00119 Pixel&nbsp;</td><td valign="top" width="52%">
00120 Signed Integer&nbsp;</td></tr>
00121 <tr>
00122 <td valign="top" width="18%">
00123 Data&nbsp;</td><td valign="top" width="9%">
00124 32&nbsp;</td><td valign="top" width="21%">
00125 Pixel&nbsp;</td><td valign="top" width="52%">
00126 Float&nbsp;</td></tr></table>
00127 
00128 \note
00129 <ul>
00130 <li> Only DEM, TIFF, and ECW images support the ‘Data’
00131 ModelType.
00132 <li> All 2- and 4-BitsPerPixel images are promoted to 8
00133 BitsPerPixel as per the underlying ATIL behavior.
00134 </ul>
00135 <p>
00136 For more information, see <i>The Essential FDO</i> (FET_TheEssentialFDO.pdf) 
00137 and the <i>FDO Developer's Guide</i> (FDG_FDODevGuide.pdf).
00138 </p>
00139 
00140 <br>
00141 </div>
00142 
00143 */
00144 
00145 
00146 
00147 

Comments?