Hi,

The default distance units measurement is "miles".  I've just committed a
major change of the codes, including the following updates:

1) Support spatial indexing of WKT literal, including Point, Polygon or any
other kinds of shapes.
2) New property functions of "withinCirle", "withinBox", "intersectsBox",
"north", "south", "east", "west"
3) Support different distance units for "nearby", such as "miles",
"kilometers", "degrees", "meters" and so on.
4) Examples are updated [1]. You can play with the new features of
jena-spatial.

It's almost half-way of the GSoC project. In the upcoming second half, I'll
bring more visibility of code progress to the community, at least
one report per week. Thanks to Andy for pointing it out!

[1]
https://jena-spatial.googlecode.com/svn/trunk/src/main/java/examples/JenaSpatialExample1.java


On Tue, Jul 23, 2013 at 9:37 PM, Andy Seaborne <a...@apache.org> wrote:

> In the example query there is:
>
>     ?s spatial:nearby (51.3000 -2.71000 100)
>
> What units are the "100"?
> Can the application provide different units?
>
>         Andy
>

Reply via email to