byte[] image = null;
double scale = 0;
MapServiceInstance instance = (MapServiceInstance) mapService
.getMapServicePool().checkoutIdleInstance();
try {
image = instance.export(renderParam, format, nDPI);
scale = instance.getMap().computeScale(env, width, height,
nDPI);
} finally {
if (instance != null) {
mapService.getMapServicePool().checkinIdelInstance(