covers method

bool covers(
  1. Geometry g
)

Implementation

bool covers(Geometry g) {
  return GeomRelate.covers(this, g);
}