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

📄 layerobj.java

📁 Welcome to MS4W, the no fuss installer for setting up MapServer on Microsoft Windows platforms. The
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    mapscriptJNI.set_layerObj_plugin_library_original(swigCPtr, plugin_library_original);  }  public String getPlugin_library_original() {    return mapscriptJNI.get_layerObj_plugin_library_original(swigCPtr);  }  public void setConnectiontype(int connectiontype) {    mapscriptJNI.set_layerObj_connectiontype(swigCPtr, connectiontype);  }  public int getConnectiontype() {    return mapscriptJNI.get_layerObj_connectiontype(swigCPtr);  }  public void setVtable(layerVTable vtable) {    mapscriptJNI.set_layerObj_vtable(swigCPtr, layerVTable.getCPtr(vtable));  }  public layerVTable getVtable() {    long cPtr = mapscriptJNI.get_layerObj_vtable(swigCPtr);    return (cPtr == 0) ? null : new layerVTable(cPtr, false);  }  public int getNumitems() {    return mapscriptJNI.get_layerObj_numitems(swigCPtr);  }  public void setBandsitem(String bandsitem) {    mapscriptJNI.set_layerObj_bandsitem(swigCPtr, bandsitem);  }  public String getBandsitem() {    return mapscriptJNI.get_layerObj_bandsitem(swigCPtr);  }  public void setFilteritem(String filteritem) {    mapscriptJNI.set_layerObj_filteritem(swigCPtr, filteritem);  }  public String getFilteritem() {    return mapscriptJNI.get_layerObj_filteritem(swigCPtr);  }  public void setStyleitem(String styleitem) {    mapscriptJNI.set_layerObj_styleitem(swigCPtr, styleitem);  }  public String getStyleitem() {    return mapscriptJNI.get_layerObj_styleitem(swigCPtr);  }  public void setRequires(String requires) {    mapscriptJNI.set_layerObj_requires(swigCPtr, requires);  }  public String getRequires() {    return mapscriptJNI.get_layerObj_requires(swigCPtr);  }  public void setLabelrequires(String labelrequires) {    mapscriptJNI.set_layerObj_labelrequires(swigCPtr, labelrequires);  }  public String getLabelrequires() {    return mapscriptJNI.get_layerObj_labelrequires(swigCPtr);  }  public void setMetadata(hashTableObj metadata) {    mapscriptJNI.set_layerObj_metadata(swigCPtr, hashTableObj.getCPtr(metadata));  }  public hashTableObj getMetadata() {    long cPtr = mapscriptJNI.get_layerObj_metadata(swigCPtr);    return (cPtr == 0) ? null : new hashTableObj(cPtr, false);  }  public void setTransparency(int transparency) {    mapscriptJNI.set_layerObj_transparency(swigCPtr, transparency);  }  public int getTransparency() {    return mapscriptJNI.get_layerObj_transparency(swigCPtr);  }  public void setDump(int dump) {    mapscriptJNI.set_layerObj_dump(swigCPtr, dump);  }  public int getDump() {    return mapscriptJNI.get_layerObj_dump(swigCPtr);  }  public void setDebug(int debug) {    mapscriptJNI.set_layerObj_debug(swigCPtr, debug);  }  public int getDebug() {    return mapscriptJNI.get_layerObj_debug(swigCPtr);  }  public int getNumprocessing() {    return mapscriptJNI.get_layerObj_numprocessing(swigCPtr);  }  public int getNumjoins() {    return mapscriptJNI.get_layerObj_numjoins(swigCPtr);  }  public layerObj(mapObj map) {    this(mapscriptJNI.new_layerObj(mapObj.getCPtr(map)), true);  }  public layerObj cloneLayer() {    long cPtr = mapscriptJNI.layerObj_cloneLayer(swigCPtr);    return (cPtr == 0) ? null : new layerObj(cPtr, true);  }  public int insertClass(classObj classobj, int index) {    return mapscriptJNI.layerObj_insertClass(swigCPtr, classObj.getCPtr(classobj), index);  }  public classObj removeClass(int index) {    long cPtr = mapscriptJNI.layerObj_removeClass(swigCPtr, index);    return (cPtr == 0) ? null : new classObj(cPtr, true);  }  public int open() {    return mapscriptJNI.layerObj_open(swigCPtr);  }  public int whichShapes(rectObj rect) {    return mapscriptJNI.layerObj_whichShapes(swigCPtr, rectObj.getCPtr(rect));  }  public shapeObj nextShape() {    long cPtr = mapscriptJNI.layerObj_nextShape(swigCPtr);    return (cPtr == 0) ? null : new shapeObj(cPtr, true);  }  public void close() {    mapscriptJNI.layerObj_close(swigCPtr);  }  public shapeObj getFeature(int shapeindex, int tileindex) {    long cPtr = mapscriptJNI.layerObj_getFeature(swigCPtr, shapeindex, tileindex);    return (cPtr == 0) ? null : new shapeObj(cPtr, true);  }  public int getShape(shapeObj shape, int tileindex, int shapeindex) {    return mapscriptJNI.layerObj_getShape(swigCPtr, shapeObj.getCPtr(shape), tileindex, shapeindex);  }  public int getNumResults() {    return mapscriptJNI.layerObj_getNumResults(swigCPtr);  }  public resultCacheMemberObj getResult(int i) {    long cPtr = mapscriptJNI.layerObj_getResult(swigCPtr, i);    return (cPtr == 0) ? null : new resultCacheMemberObj(cPtr, false);  }  public classObj getClass(int i) {    long cPtr = mapscriptJNI.layerObj_getClass(swigCPtr, i);    return (cPtr == 0) ? null : new classObj(cPtr, false);  }  public String getItem(int i) {    return mapscriptJNI.layerObj_getItem(swigCPtr, i);  }  public int draw(mapObj map, imageObj image) {    return mapscriptJNI.layerObj_draw(swigCPtr, mapObj.getCPtr(map), imageObj.getCPtr(image));  }  public int drawQuery(mapObj map, imageObj image) {    return mapscriptJNI.layerObj_drawQuery(swigCPtr, mapObj.getCPtr(map), imageObj.getCPtr(image));  }  public int queryByAttributes(mapObj map, String qitem, String qstring, int mode) {    return mapscriptJNI.layerObj_queryByAttributes(swigCPtr, mapObj.getCPtr(map), qitem, qstring, mode);  }  public int queryByPoint(mapObj map, pointObj point, int mode, double buffer) {    return mapscriptJNI.layerObj_queryByPoint(swigCPtr, mapObj.getCPtr(map), pointObj.getCPtr(point), mode, buffer);  }  public int queryByRect(mapObj map, rectObj rect) {    return mapscriptJNI.layerObj_queryByRect(swigCPtr, mapObj.getCPtr(map), rectObj.getCPtr(rect));  }  public int queryByFeatures(mapObj map, int slayer) {    return mapscriptJNI.layerObj_queryByFeatures(swigCPtr, mapObj.getCPtr(map), slayer);  }  public int queryByShape(mapObj map, shapeObj shape) {    return mapscriptJNI.layerObj_queryByShape(swigCPtr, mapObj.getCPtr(map), shapeObj.getCPtr(shape));  }  public int queryByIndex(mapObj map, int tileindex, int shapeindex, int bAddToQuery) {    return mapscriptJNI.layerObj_queryByIndex(swigCPtr, mapObj.getCPtr(map), tileindex, shapeindex, bAddToQuery);  }  public resultCacheObj getResults() {    long cPtr = mapscriptJNI.layerObj_getResults(swigCPtr);    return (cPtr == 0) ? null : new resultCacheObj(cPtr, false);  }  public int setFilter(String filter) {    return mapscriptJNI.layerObj_setFilter(swigCPtr, filter);  }  public String getFilterString() {    return mapscriptJNI.layerObj_getFilterString(swigCPtr);  }  public int setWKTProjection(String wkt) {    return mapscriptJNI.layerObj_setWKTProjection(swigCPtr, wkt);  }  public String getProjection() {    return mapscriptJNI.layerObj_getProjection(swigCPtr);  }  public int setProjection(String proj4) {    return mapscriptJNI.layerObj_setProjection(swigCPtr, proj4);  }  public int addFeature(shapeObj shape) {    return mapscriptJNI.layerObj_addFeature(swigCPtr, shapeObj.getCPtr(shape));  }  public int getNumFeatures() {    return mapscriptJNI.layerObj_getNumFeatures(swigCPtr);  }  public rectObj getExtent() {    long cPtr = mapscriptJNI.layerObj_getExtent(swigCPtr);    return (cPtr == 0) ? null : new rectObj(cPtr, true);  }  public int setExtent(double minx, double miny, double maxx, double maxy) {    return mapscriptJNI.layerObj_setExtent(swigCPtr, minx, miny, maxx, maxy);  }  public String getMetaData(String name) {    return mapscriptJNI.layerObj_getMetaData(swigCPtr, name);  }  public int setMetaData(String name, String value) {    return mapscriptJNI.layerObj_setMetaData(swigCPtr, name, value);  }  public int removeMetaData(String name) {    return mapscriptJNI.layerObj_removeMetaData(swigCPtr, name);  }  public String getFirstMetaDataKey() {    return mapscriptJNI.layerObj_getFirstMetaDataKey(swigCPtr);  }  public String getNextMetaDataKey(String lastkey) {    return mapscriptJNI.layerObj_getNextMetaDataKey(swigCPtr, lastkey);  }  public String getWMSFeatureInfoURL(mapObj map, int click_x, int click_y, int feature_count, String info_format) {    return mapscriptJNI.layerObj_getWMSFeatureInfoURL(swigCPtr, mapObj.getCPtr(map), click_x, click_y, feature_count, info_format);  }  public String executeWFSGetFeature(layerObj layer) {    return mapscriptJNI.layerObj_executeWFSGetFeature(swigCPtr, layerObj.getCPtr(layer));  }  public int applySLD(String sld, String stylelayer) {    return mapscriptJNI.layerObj_applySLD(swigCPtr, sld, stylelayer);  }  public int applySLDURL(String sld, String stylelayer) {    return mapscriptJNI.layerObj_applySLDURL(swigCPtr, sld, stylelayer);  }  public String generateSLD() {    return mapscriptJNI.layerObj_generateSLD(swigCPtr);  }  public int isVisible() {    return mapscriptJNI.layerObj_isVisible(swigCPtr);  }  public int moveClassUp(int index) {    return mapscriptJNI.layerObj_moveClassUp(swigCPtr, index);  }  public int moveClassDown(int index) {    return mapscriptJNI.layerObj_moveClassDown(swigCPtr, index);  }  public void setProcessingKey(String key, String value) {    mapscriptJNI.layerObj_setProcessingKey(swigCPtr, key, value);  }  public void setProcessing(String directive) {    mapscriptJNI.layerObj_setProcessing(swigCPtr, directive);  }  public void addProcessing(String directive) {    mapscriptJNI.layerObj_addProcessing(swigCPtr, directive);  }  public String getProcessing(int index) {    return mapscriptJNI.layerObj_getProcessing(swigCPtr, index);  }  public int clearProcessing() {    return mapscriptJNI.layerObj_clearProcessing(swigCPtr);  }}

⌨️ 快捷键说明

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