コード例 #1
0
 private Bbox worldToPan(Bbox bounds) {
   Matrix t = rasterLayer.getMapModel().getMapView().getWorldToPanTransformation();
   return bounds.transform(t);
 }