⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mapthread.java

📁 Welcome to MS4W, the no fuss installer for setting up MapServer on Microsoft Windows platforms. The
💻 JAVA
字号:
// $Id: MapThread.java,v 1.1 2005/06/09 19:21:18 dan Exp $//// See README_THREADTEST.TXT for usage details.//import edu.umn.gis.mapscript.mapObj;public class MapThread extends Thread {    MapThread(String mapfile, int iterations) {        this.mapfile = mapfile;        this.iterations = iterations;    }    public void run() {        mapObj  map = new mapObj(mapfile);        for( int i = 0; i < iterations; i++ ) {            map.draw();            // Add additional test code here        }    }    String      mapfile;    int         iterations;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -