Revision: 5107
http://sourceforge.net/p/jump-pilot/code/5107
Author: michaudm
Date: 2016-10-26 07:23:08 + (Wed, 26 Oct 2016)
Log Message:
---
Generify LayerManager (work in progress)
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/workbench/mod
Revision: 5108
http://sourceforge.net/p/jump-pilot/code/5108
Author: michaudm
Date: 2016-10-26 19:26:49 + (Wed, 26 Oct 2016)
Log Message:
---
Generify LayerManager
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/workbench/model/LayerManager.jav
Revision: 5109
http://sourceforge.net/p/jump-pilot/code/5109
Author: michaudm
Date: 2016-10-26 21:18:12 + (Wed, 26 Oct 2016)
Log Message:
---
SimpleQuery : spatial queries are now very fast (use of spatial indexes)
+ use of generics and code cleaning
Modified Paths:
---
Hi Jumpers,
I finally took the time to introduce spatial index usage in spatial
queries of the Simple Query plugin.
It should accelerate almost every spatial query implying more than 256
features except disjoint and relate.
Please, report any problem is you use it,
Michaël
-