setBounds method

void setBounds(
  1. Envelope bounds
)

Implementation

void setBounds(Envelope bounds) {
  this.bounds = bounds;
}