示例#1
0
 public bool PointInThisPoly(ICoordinate pt)
 {
     return(_shape.PointInThisPoly(pt.GetInternal()));
 }
示例#2
0
 public bool PointInPolygon(IGeometry geometry, ICoordinate testPoint)
 {
     return(_utils.PointInPolygon(geometry.GetInternal(), testPoint.GetInternal()));
 }