getMinY method

double getMinY()

Returns the Envelopes minimum y-value. min y > max y indicates that this is a null Envelope.

@return the minimum y-coordinate

Implementation

double getMinY() {
  return _miny;
}