<html><body>
<p><tt>Martin Dobias wrote on 27/10/2011 19.07.43<br>
<br>
&gt; What do you think? I would like to gather your opinions - is it<br>
&gt; good/bad/complex/inefficient/nonintuitive/verbose/...?</tt><br>
<br>
<tt>+1, .select() and derivates are, maybe, the most important function and it's crucial that they must be optimized.</tt><br>
<tt>Using them in python is really slow on large datasets.</tt><br>
<br>
<tt>I would like to have this simple (and optimized) function:</tt><br>
<br>
<tt>&nbsp; &nbsp; layer.selectOIDS ( extent ) -&gt; returns an array of OIDS (integer), fetching only one field</tt><br>
<br>
<tt>and then I use:</tt><br>
<br>
<tt>&nbsp; &nbsp; layer.fetchAttributesByOID ( OID ) -&gt; returns an array of attributes</tt><br>
<br>
</body></html>