Criteria SpatialRestrictions.IsWithinDistance NHibernate.Spatial

Alguém implementou isso, ou sabe se seria difícil implementar isso / tem alguma indicação? public static SpatialRelationCriterion IsWithinDistance(string propertyName, object anotherGeometry, double distance) { // TODO: Implement throw new NotImplementedException(); } de