Esempio n. 1
0
  Envelope getBounds(int level) throws IOException {
    ImageLevelInfo li = levelInfos.get(level);

    return li.getEnvelope();
  }