2
Criterios SpatialRestrictions.IsWithinDistance NHibernate.Spatial
¿Alguien ha implementado esto, o sabe si sería difícil implementar esto / tiene alguna sugerencia? public static SpatialRelationCriterion IsWithinDistance(string propertyName, object anotherGeometry, double distance) { // TODO: Implement throw new NotImplementedException(); } de NHibernate.Spatial.Criterion.SpatialRestrictions Puedo usar "donde NHSP.Distance (PROPIEDAD,: punto)" en hql. Pero quiero combinar esta consulta con mi consulta …