I think Ying Jiang has already addressed this by using a tdb model instead during index creation.
On Fri, Aug 9, 2013 at 4:03 PM, Andy Seaborne <a...@apache.org> wrote: > On 06/08/13 17:47, Marco Neumann wrote: > >> also is it correct that jena-spatial does create a full in-memory model >> before applying the spatial indexing ? >> > > I don't think there is reason to do so. > > After all, to generate a list of points to index, it needs: > > SELECT * { > ?x geo:lat ?lat . > ?x geo:long ?long . > } > > Andy > > -- --- Marco Neumann KONA