Package com.gi.server.core.service.mapservice

Examples of com.gi.server.core.service.mapservice.MapServiceInstance.export()


        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(
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.