<div dir="ltr">Chuiqing,<br><div><br></div><div>The OGR Shapefile driver supports spatial indexing through qix files. To explicitly create a spatial index use the Create Index command:</div><div><pre style="color:rgb(0,0,0)">
CREATE SPATIAL INDEX ON tablename [DEPTH N]</pre><pre style="color:rgb(0,0,0)"><span style="color:rgb(34,34,34);font-family:arial;white-space:normal">Depth can range from 1 to 12. You can issue the SQL command using ogrinfo.</span><br>
</pre><pre style="color:rgb(0,0,0)"><font face="courier new, monospace"><span style="color:rgb(34,34,34);white-space:normal">ogrinfo -sql '</span>CREATE SPATIAL INDEX ON shapefilename [DEPTH N]<span style="color:rgb(34,34,34);white-space:normal">' path/to/shapefile/directory</span></font></pre>
<pre><font face="arial"><span style="white-space:normal"><a href="http://www.gdal.org/ogr/drv_shapefile.html">http://www.gdal.org/ogr/drv_shapefile.html</a> -> Spatial and Attribute Indexing.<br></span></font></pre></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 14, 2014 at 3:12 AM,  <span dir="ltr"><<a href="mailto:chqzeng@gmail.com" target="_blank">chqzeng@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi chaitanya_ch,<br>
I know you are an expert on this, I want to know how can I use GDAL library to implemented qix reading and using in spatial filtering.<br>
I have many large shape files in Gigbyte level, they are very slow when navigating in my app. I want to use *.qix file through GDAL library to accelerate it.<br>
<br>
How can I do that?<br>
Thank  you,<br>
<br>
C. Zeng<br>
<br>
<br>
_____________________________________<br>
Sent from <a href="http://osgeo-org.1560.x6.nabble.com" target="_blank">http://osgeo-org.1560.x6.nabble.com</a><br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards,<br>Chaitanya kumar CH.<br><br>+91-9494447584<br>17.2416N 80.1426E
</div>