2
Kriterien SpatialRestrictions.IsWithinDistance NHibernate.Spatial
Hat jemand dies implementiert oder weiß er, ob es schwierig wäre, dies zu implementieren / hat er irgendwelche Hinweise? public static SpatialRelationCriterion IsWithinDistance(string propertyName, object anotherGeometry, double distance) { // TODO: Implement throw new NotImplementedException(); } von NHibernate.Spatial.Criterion.SpatialRestrictions Ich kann "where NHSP.Distance (PROPERTY ,: point)" in hql verwenden. Sie möchten …