|  | 
| template<typename Geometry1 , typename Geometry2 > | 
| bool | boost::geometry::covered_by (Geometry1 const &geometry1, Geometry2 const &geometry2) | 
|  | Checks if the first geometry is inside or on border the second geometry.  More... 
 | 
|  | 
| template<typename Geometry1 , typename Geometry2 , typename Strategy > | 
| bool | boost::geometry::covered_by (Geometry1 const &geometry1, Geometry2 const &geometry2, Strategy const &strategy) | 
|  | Checks if the first geometry is inside or on border the second geometry using the specified strategy.  More... 
 | 
|  |