2
Kryteria SpatialRestrictions.IsWithinDistance NHibernate.Spatial
Czy ktoś to zaimplementował lub wie, czy byłoby to trudne / ma jakieś wskazówki? public static SpatialRelationCriterion IsWithinDistance(string propertyName, object anotherGeometry, double distance) { // TODO: Implement throw new NotImplementedException(); } z NHibernate.Spatial.Criterion.SpatialRestrictions Mogę użyć wyrażenia „gdzie NHSP.Distance (PROPERTY,: point)” w hql. Ale chcę połączyć to zapytanie z moim istniejącym …