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(); }...