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

📄 mapscript.java

📁 Welcome to MS4W, the no fuss installer for setting up MapServer on Microsoft Windows platforms. The
💻 JAVA
字号:
package edu.umn.gis.mapscript;/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version: 1.3.21 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */public class mapscript implements mapscriptConstants {  public static int msSaveImage(mapObj map, imageObj img, String filename) {    return mapscriptJNI.msSaveImage(mapObj.getCPtr(map), imageObj.getCPtr(img), filename);  }  public static void msFreeImage(imageObj img) {    mapscriptJNI.msFreeImage(imageObj.getCPtr(img));  }  public static int msSetup() {    return mapscriptJNI.msSetup();  }  public static void msCleanup() {    mapscriptJNI.msCleanup();  }  public static errorObj msGetErrorObj() {    long cPtr = mapscriptJNI.msGetErrorObj();    return (cPtr == 0) ? null : new errorObj(cPtr, false);  }  public static void msResetErrorList() {    mapscriptJNI.msResetErrorList();  }  public static String msGetVersion() {    return mapscriptJNI.msGetVersion();  }  public static String msGetErrorString(String delimiter) {    return mapscriptJNI.msGetErrorString(delimiter);  }  public static hashTableObj msCreateHashTable() {    long cPtr = mapscriptJNI.msCreateHashTable();    return (cPtr == 0) ? null : new hashTableObj(cPtr, false);  }  public static int initHashTable(hashTableObj table) {    return mapscriptJNI.initHashTable(hashTableObj.getCPtr(table));  }  public static void msFreeHashTable(hashTableObj table) {    mapscriptJNI.msFreeHashTable(hashTableObj.getCPtr(table));  }  public static void msFreeHashItems(hashTableObj table) {    mapscriptJNI.msFreeHashItems(hashTableObj.getCPtr(table));  }  public static SWIGTYPE_p_hashObj msInsertHashTable(hashTableObj table, String key, String value) {    long cPtr = mapscriptJNI.msInsertHashTable(hashTableObj.getCPtr(table), key, value);    return (cPtr == 0) ? null : new SWIGTYPE_p_hashObj(cPtr, false);  }  public static String msLookupHashTable(hashTableObj table, String key) {    return mapscriptJNI.msLookupHashTable(hashTableObj.getCPtr(table), key);  }  public static int msRemoveHashTable(hashTableObj table, String key) {    return mapscriptJNI.msRemoveHashTable(hashTableObj.getCPtr(table), key);  }  public static String msFirstKeyFromHashTable(hashTableObj table) {    return mapscriptJNI.msFirstKeyFromHashTable(hashTableObj.getCPtr(table));  }  public static String msNextKeyFromHashTable(hashTableObj table, String prevkey) {    return mapscriptJNI.msNextKeyFromHashTable(hashTableObj.getCPtr(table), prevkey);  }  public static int loadParams(OWSRequest arg0) {    return mapscriptJNI.loadParams(OWSRequest.getCPtr(arg0));  }  public static void getword(String arg0, String arg1, char arg2) {    mapscriptJNI.getword(arg0, arg1, arg2);  }  public static String makeword_skip(String arg0, char arg1, char arg2) {    return mapscriptJNI.makeword_skip(arg0, arg1, arg2);  }  public static String makeword(String arg0, char arg1) {    return mapscriptJNI.makeword(arg0, arg1);  }  public static String fmakeword(SWIGTYPE_p_FILE arg0, char arg1, SWIGTYPE_p_int arg2) {    return mapscriptJNI.fmakeword(SWIGTYPE_p_FILE.getCPtr(arg0), arg1, SWIGTYPE_p_int.getCPtr(arg2));  }  public static char x2c(String arg0) {    return mapscriptJNI.x2c(arg0);  }  public static void unescape_url(String arg0) {    mapscriptJNI.unescape_url(arg0);  }  public static void plustospace(String arg0) {    mapscriptJNI.plustospace(arg0);  }  public static int rind(String arg0, char arg1) {    return mapscriptJNI.rind(arg0, arg1);  }  public static int _getline(String arg0, int arg1, SWIGTYPE_p_FILE arg2) {    return mapscriptJNI._getline(arg0, arg1, SWIGTYPE_p_FILE.getCPtr(arg2));  }  public static void send_fd(SWIGTYPE_p_FILE arg0, SWIGTYPE_p_FILE arg1) {    mapscriptJNI.send_fd(SWIGTYPE_p_FILE.getCPtr(arg0), SWIGTYPE_p_FILE.getCPtr(arg1));  }  public static int ind(String arg0, char arg1) {    return mapscriptJNI.ind(arg0, arg1);  }  public static void escape_shell_cmd(String arg0) {    mapscriptJNI.escape_shell_cmd(arg0);  }  public static OWSRequest msAllocCgiObj() {    long cPtr = mapscriptJNI.msAllocCgiObj();    return (cPtr == 0) ? null : new OWSRequest(cPtr, false);  }  public static void msFreeCgiObj(OWSRequest request) {    mapscriptJNI.msFreeCgiObj(OWSRequest.getCPtr(request));  }}

⌨️ 快捷键说明

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