getMinX method

double getMinX()

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

@return the minimum x-coordinate

Implementation

double getMinX() {
  return _minx;
}