public bool PointInThisPoly(ICoordinate pt) { return(_shape.PointInThisPoly(pt.GetInternal())); }
public bool PointInPolygon(IGeometry geometry, ICoordinate testPoint) { return(_utils.PointInPolygon(geometry.GetInternal(), testPoint.GetInternal())); }