setTileMatrixSetBounds method

void setTileMatrixSetBounds(
  1. Envelope tileMatrixSetBounds
)

Implementation

void setTileMatrixSetBounds(Envelope tileMatrixSetBounds) {
  this.tileMatrixSetBounds = tileMatrixSetBounds;
}