Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Efficiency problem with filtered Feature Collections

Thanks for this follow up.

Maybe I can make the Indexed feature collection more obvious to users. At least I will know to suggest it if this issue comes up again :).

Jesse


On 12-Dec-06, at 12:43 AM, Antonio Redondo Lora wrote:

Hi list,

goiong on with this topic, we have updated our source using indexed feature collections and the results got better. Response times have been reduced to half.

....

IndexedFeatureResults pointFeatResultsAux;
pointFeatResultsAux = new IndexedFeatureResults (pointSource.getFeatures(q));
				
pointFeatCollAux = pointFeatResultsAux.collection();

.....

Saludos

Antonio Redondo Lora
Subdirección de Integración de Sistemas
E.P. Desarrollo Agrario y Pesquero
c/Bergantín, 39 - 41012 Sevilla.  España

Tlfno: 955059762
Corporativo: 359762




 -----------------------------------------------------
  Este correo electrónico y, en su caso, cualquier fichero anexo
  al mismo, contiene información de carácter confidencial
  exclusivamente dirigida a su destinatario o destinatarios. Queda
  prohibida su divulgación, copia o distribución a terceros sin la
  previa autorización escrita de Dap. En el caso de haber
  recibido este correo electrónico por error, se ruega notifíquese
  inmediatamente esta circunstancia mediante reenvío a la dirección
  electrónica del remitente.
  ----------------------------------------------------------
The information in this e-mail and in any attachments is confidential
  and solely for the attention and use of the named addressee(s).
  You are hereby notified that any dissemination, distribution or copy
of this communication is prohibited without the prior written consent
  of Dap. If you have received this communication in error,
  please, notify the sender by reply e-mail.
  -------------------------------------------------------------
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top