Discussion:
[nhusers] Criteria SpatialRestrictions.IsWithinDistance NHibernate.Spatial
Đạt Ý Đặng Huỳnh
2018-10-31 03:25:40 UTC
Permalink
I want to check if a geometry in a specified distance of another geometry
but NHibernate Spatial has not implemented this method.
Anyone can help me implement this method please?
Link issue https://github.com/nhibernate/NHibernate.Spatial/issues/61
A stackoverflow
post https://stackoverflow.com/questions/2427548/criteria-spatialrestrictions-iswithindistance-nhibernate-spatial?noredirect=1&lq=1

public static SpatialRelationCriterion IsWithinDistance(string
propertyName, object anotherGeometry, double distance)
{
// TODO: Implement
throw new NotImplementedException();
}
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nhusers+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.
Loading...