«criteria-api» 태그된 질문

2
기준 SpatialRestrictions.IsWithinDistance NHibernate.Spatial
누구든지 이것을 구현했거나 이것을 구현하는 것이 어렵거나 포인터가 있는지 알고 있습니까? public static SpatialRelationCriterion IsWithinDistance(string propertyName, object anotherGeometry, double distance) { // TODO: Implement throw new NotImplementedException(); } NHibernate.Spatial.Criterion.SpatialRestrictions에서 hql에서 "where NHSP.Distance (PROPERTY, : point)"를 사용할 수 있습니다. 하지만이 쿼리를 기존 Criteria 쿼리와 결합하고 싶습니다. 지금은 대략적인 다각형을 만들고 criteria.Add(SpatialRestrictions.Intersects("PROPERTY", …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.