getMaxY method

double getMaxY()

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

@return the maximum y-coordinate

Implementation

double getMaxY() {
  return _maxy;
}