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

📄 querymapobj.java

📁 Welcome to MS4W, the no fuss installer for setting up MapServer on Microsoft Windows platforms. The
💻 JAVA
字号:
/* ---------------------------------------------------------------------------- * 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. * ----------------------------------------------------------------------------- */package edu.umn.gis.mapscript;public class queryMapObj {  private long swigCPtr;  protected boolean swigCMemOwn;  protected queryMapObj(long cPtr, boolean cMemoryOwn) {    swigCMemOwn = cMemoryOwn;    swigCPtr = cPtr;  }  protected void finalize() {    delete();  }  public void delete() {    if(swigCPtr != 0 && swigCMemOwn) {      swigCMemOwn = false;      mapscriptJNI.delete_queryMapObj(swigCPtr);    }    swigCPtr = 0;  }  protected static long getCPtr(queryMapObj obj) {    return (obj == null) ? 0 : obj.swigCPtr;  }  public void setHeight(int height) {    mapscriptJNI.set_queryMapObj_height(swigCPtr, height);  }  public int getHeight() {    return mapscriptJNI.get_queryMapObj_height(swigCPtr);  }  public void setWidth(int width) {    mapscriptJNI.set_queryMapObj_width(swigCPtr, width);  }  public int getWidth() {    return mapscriptJNI.get_queryMapObj_width(swigCPtr);  }  public void setStatus(int status) {    mapscriptJNI.set_queryMapObj_status(swigCPtr, status);  }  public int getStatus() {    return mapscriptJNI.get_queryMapObj_status(swigCPtr);  }  public void setStyle(int style) {    mapscriptJNI.set_queryMapObj_style(swigCPtr, style);  }  public int getStyle() {    return mapscriptJNI.get_queryMapObj_style(swigCPtr);  }  public void setColor(colorObj color) {    mapscriptJNI.set_queryMapObj_color(swigCPtr, colorObj.getCPtr(color));  }  public colorObj getColor() {    long cPtr = mapscriptJNI.get_queryMapObj_color(swigCPtr);    return (cPtr == 0) ? null : new colorObj(cPtr, false);  }  public queryMapObj() {    this(mapscriptJNI.new_queryMapObj(), true);  }}

⌨️ 快捷键说明

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