2
Criteri SpatialRestrictions.IsWithinDistance NHibernate.Spatial
Qualcuno lo ha implementato o sa se sarebbe difficile implementarlo / avere suggerimenti? public static SpatialRelationCriterion IsWithinDistance(string propertyName, object anotherGeometry, double distance) { // TODO: Implement throw new NotImplementedException(); } da NHibernate.Spatial.Criterion.SpatialRestrictions Posso usare "where NHSP.Distance (PROPERTY,: point)" in hql. Ma desidero combinare questa query con la mia query Criteria …