We are trying to display a map with data points within a distance of a reference location using NHibernate Spatial. However, the closest we could find was this:
Get Points Within a Radius using NHibernate Spatial
We need to do this without using any SQL or HQL. The NHibernate Spatial v4.0.0.x does not implement the IsWithinDistance() function on github as on date (of asking this question):
IsWithinDistance not implemented in NHibernate Spatial
It will be great if you can point us to some solution to this.
Thanks in advance.
EDIT: Related questions:
Almost the same question here - But this one is closed. I don't think those are low quality answers. Someone should re-open it. My question here is a more general question that the other one which is more specific to the investigation.