getMaxX method

double getMaxX()

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

@return the maximum x-coordinate

Implementation

double getMaxX() {
  return _maxx;
}