<HTML>
<FONT style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma">
<DIV>I'm sorry,<BR>&nbsp;I know this is a pretty fundamental question to ask 
on this list, but I need to ask anyway.<BR>&nbsp;I am trying to understand 
geodatabases and how to build an application to work with one.&nbsp;I have 
search the Web and read books like Web Mapping Illustrated. &nbsp;I am 
famillar with using the GDAL libraries in an application to load a GeoTIFF 
image, I have used the utilities like GDAL_translate in a command line 
interface and I am very famillar with Shapefiles.</DIV>
<DIV>&nbsp; But I still don't understand the interaction of a C++ windows 
application retreving a raster image<BR>from a geodatabase and the role of 
the GDAL/OGR libraries in this kind of exchange.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;My question is can anyone give me an example of the queries 
and the responses when a <BR>visualization application starts with a 
geographical rectangle and wants to query a PostGIS database for a raster 
image trimmed to fit that rectangle and how the image is returned to the 
application ready to be displayed?</DIV>
<DIV>&nbsp;&nbsp; Being more specific....<BR>&nbsp; Is a raster image, like 
a landsat image, actually stored in the database, or is the image stored 
local to application and represented in the database by a bounding rectangle 
and the local filename?</DIV>
<DIV>&nbsp; What happens when the queried rectangle overlaps more than one 
database image? How are the pieces composited together into one image?</DIV>
<DIV>&nbsp; My only assumption right now is that the process begins with the 
application sending an SQL query through OGR to the PostGIS libraries for 
the rectangle in question. Beyond that I'm lost.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; Any replies will be appreciated. And if there is a link to a 
nuts and bolts kind of tutorial, I would very much appreciate that also.<BR>
&nbsp;Thank you for your time.<BR>&nbsp; --Doug<BR>&nbsp;</DIV></FONT>
<br><br>
</html>