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...