<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content=Word.Document name=ProgId>
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<META content="Microsoft Word 10" name=Originator><LINK 
href="cid:filelist.xml@01C1F694.D5191CB0" rel=File-List><!--[if gte mso 9]><xml>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:UseFELayout/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]-->
<STYLE>@font-face {
        font-family: SimSun;
}
@font-face {
        font-family: @SimSun;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; mso-header-margin: .5in; mso-footer-margin: .5in; mso-paper-source: 0; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: SimSun
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: SimSun
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: SimSun
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose; mso-style-noshow: yes; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: 10.0pt; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial
}
SPAN.SpellE {
        mso-style-name: ""; mso-spl-e: yes
}
SPAN.GramE {
        mso-style-name: ""; mso-gram-e: yes
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */ 
 table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:"";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman";}
</style>
<![endif]--></HEAD>
<BODY lang=EN-US style="tab-interval: .5in" vLink=purple link=blue 
bgColor=#ffffff>
<DIV><FONT face="MS UI Gothic" size=2>><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hi 
Everyone,<o:p></o:p></SPAN></FONT>
<P class=MsoNormal><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p><FONT 
face="MS UI Gothic">></FONT> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">>I’m new to this list, so please 
excuse this if it has already been answered.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p><FONT 
face="MS UI Gothic">></FONT> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">>How are people storing raster 
images (satellite, aerial photos etc) within <SPAN 
class=SpellE>PostGIS</SPAN>?<o:p></o:p></SPAN></FONT></P></FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT> </DIV>
<DIV>Hello.<BR><BR> Currently, PostGIS doesn't support dealing with images. 
So, I used<BR>PostGIS's Geometry Type as a refrence or retrieval for exaternal 
aerila<BR>photo in the following manner for outputing SVG instances by 
PHP.<BR><BR><BR>             
Table "airphoto"<BR> Attribute |       
Type        
<BR>-----------+-------------------+<BR> geoid     | 
integer           
|<BR> geo_value | 
geometry          
|<BR> urlname   | character varying 
|<BR> ox        | double precision  
|<BR> oy        | double precision  
|<BR> width     | double precision  
|<BR> height    | double precision  
|<BR> a         | double 
precision  |<BR> b         | 
double precision  
|<BR> c         | double 
precision  |<BR> d         | 
double precision  
|<BR> e         | double 
precision  |<BR> f         | 
double precision  |<BR><BR> where "geo_value" is polygons which is 
extent of images, "urlname" is<BR>URL  of images,  "ox" and "oy" are 
origin coordinate in pixel, "width"<BR>and "height" are literally images' ones 
in pixel, "a" - "f" are<BR>parameters of affine tranformation for images 
deriving from world files<BR><BR> I show followin' 
examples.<BR><BR> geoid 
|                                        
geo_value<BR>                  
|    urlname    | ox | oy | width | height |  
a  | b |<BR>c |  d  |   e    
|   
f<BR>-------+----------------------------------------------------------------<BR>--------<BR>------------------+---------------+----+----+-------+--------+-----+---+<BR>---+------+--------+--------<BR>     
0 | SRID=-1;POLYGON((-13000 -33750,-13000 -33000,-12000<BR>-33000,-12000 
-3375<BR>0,-13000 -33750)) | 9ld1622_o.jpg |  0 |  0 |  5000 
|   3750 | 0.2 | 0 |<BR>0 | -0.<BR>2 | -13000 | 
-33000<BR>     1 | SRID=-1;POLYGON((-13000 -34500,-13000 
-33750,-12000<BR>-33750,-12000 -3450<BR>0,-13000 -34500)) | 9ld1624_o.jpg 
|  0 |  0 |  5000 |   3750 | 0.2 | 0 |<BR>0 | -0.<BR>2 
| -13000 | -33750<BR><BR> I hope this will help 
you.<BR></DIV></BODY></HTML>