setToNull method

void setToNull()

Makes this Envelope a "null" envelope, that is, the envelope of the empty geometry.

Implementation

void setToNull() {
  _minx = 0;
  _maxx = -1;
  _miny = 0;
  _maxy = -1;
}