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

📄 mapscriptjni.java

📁 Welcome to MS4W, the no fuss installer for setting up MapServer on Microsoft Windows platforms. The
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
  public final static native void set_mapObj_status(long jarg1, int jarg2);  public final static native int get_mapObj_status(long jarg1);  public final static native void set_mapObj_height(long jarg1, int jarg2);  public final static native int get_mapObj_height(long jarg1);  public final static native void set_mapObj_width(long jarg1, int jarg2);  public final static native int get_mapObj_width(long jarg1);  public final static native void set_mapObj_maxsize(long jarg1, int jarg2);  public final static native int get_mapObj_maxsize(long jarg1);  public final static native int get_mapObj_numlayers(long jarg1);  public final static native void set_mapObj_symbolset(long jarg1, long jarg2);  public final static native long get_mapObj_symbolset(long jarg1);  public final static native void set_mapObj_fontset(long jarg1, long jarg2);  public final static native long get_mapObj_fontset(long jarg1);  public final static native void set_mapObj_labelcache(long jarg1, long jarg2);  public final static native long get_mapObj_labelcache(long jarg1);  public final static native void set_mapObj_transparent(long jarg1, int jarg2);  public final static native int get_mapObj_transparent(long jarg1);  public final static native void set_mapObj_interlace(long jarg1, int jarg2);  public final static native int get_mapObj_interlace(long jarg1);  public final static native void set_mapObj_imagequality(long jarg1, int jarg2);  public final static native int get_mapObj_imagequality(long jarg1);  public final static native void set_mapObj_extent(long jarg1, long jarg2);  public final static native long get_mapObj_extent(long jarg1);  public final static native void set_mapObj_cellsize(long jarg1, double jarg2);  public final static native double get_mapObj_cellsize(long jarg1);  public final static native void set_mapObj_gt(long jarg1, long jarg2);  public final static native long get_mapObj_gt(long jarg1);  public final static native void set_mapObj_saved_extent(long jarg1, long jarg2);  public final static native long get_mapObj_saved_extent(long jarg1);  public final static native void set_mapObj_units(long jarg1, int jarg2);  public final static native int get_mapObj_units(long jarg1);  public final static native void set_mapObj_scale(long jarg1, double jarg2);  public final static native double get_mapObj_scale(long jarg1);  public final static native void set_mapObj_resolution(long jarg1, double jarg2);  public final static native double get_mapObj_resolution(long jarg1);  public final static native void set_mapObj_shapepath(long jarg1, String jarg2);  public final static native String get_mapObj_shapepath(long jarg1);  public final static native void set_mapObj_mappath(long jarg1, String jarg2);  public final static native String get_mapObj_mappath(long jarg1);  public final static native void set_mapObj_palette(long jarg1, long jarg2);  public final static native long get_mapObj_palette(long jarg1);  public final static native void set_mapObj_imagecolor(long jarg1, long jarg2);  public final static native long get_mapObj_imagecolor(long jarg1);  public final static native int get_mapObj_numoutputformats(long jarg1);  public final static native long get_mapObj_outputformatlist(long jarg1);  public final static native long get_mapObj_outputformat(long jarg1);  public final static native String get_mapObj_imagetype(long jarg1);  public final static native void set_mapObj_reference(long jarg1, long jarg2);  public final static native long get_mapObj_reference(long jarg1);  public final static native void set_mapObj_scalebar(long jarg1, long jarg2);  public final static native long get_mapObj_scalebar(long jarg1);  public final static native void set_mapObj_legend(long jarg1, long jarg2);  public final static native long get_mapObj_legend(long jarg1);  public final static native void set_mapObj_querymap(long jarg1, long jarg2);  public final static native long get_mapObj_querymap(long jarg1);  public final static native void set_mapObj_web(long jarg1, long jarg2);  public final static native long get_mapObj_web(long jarg1);  public final static native void set_mapObj_layerorder(long jarg1, long jarg2);  public final static native long get_mapObj_layerorder(long jarg1);  public final static native void set_mapObj_debug(long jarg1, int jarg2);  public final static native int get_mapObj_debug(long jarg1);  public final static native void set_mapObj_datapattern(long jarg1, String jarg2);  public final static native String get_mapObj_datapattern(long jarg1);  public final static native void set_mapObj_templatepattern(long jarg1, String jarg2);  public final static native String get_mapObj_templatepattern(long jarg1);  public final static native void set_mapObj_configoptions(long jarg1, long jarg2);  public final static native long get_mapObj_configoptions(long jarg1);  public final static native long new_mapObj(String jarg1);  public final static native void delete_mapObj(long jarg1);  public final static native long mapObj_cloneMap(long jarg1);  public final static native int mapObj_insertLayer(long jarg1, long jarg2, int jarg3);  public final static native long mapObj_removeLayer(long jarg1, int jarg2);  public final static native int mapObj_setExtent(long jarg1, double jarg2, double jarg3, double jarg4, double jarg5);  public final static native int mapObj_setSize(long jarg1, int jarg2, int jarg3);  public final static native int mapObj_setRotation(long jarg1, double jarg2);  public final static native long mapObj_getLayer(long jarg1, int jarg2);  public final static native long mapObj_getLayerByName(long jarg1, String jarg2);  public final static native int mapObj_getSymbolByName(long jarg1, String jarg2);  public final static native void mapObj_prepareQuery(long jarg1);  public final static native long mapObj_prepareImage(long jarg1);  public final static native void mapObj_setImageType(long jarg1, String jarg2);  public final static native void mapObj_selectOutputFormat(long jarg1, String jarg2);  public final static native void mapObj_setOutputFormat(long jarg1, long jarg2);  public final static native long mapObj_draw(long jarg1);  public final static native long mapObj_drawQuery(long jarg1);  public final static native long mapObj_drawLegend(long jarg1);  public final static native long mapObj_drawScalebar(long jarg1);  public final static native long mapObj_drawReferenceMap(long jarg1);  public final static native int mapObj_embedScalebar(long jarg1, long jarg2);  public final static native int mapObj_embedLegend(long jarg1, long jarg2);  public final static native int mapObj_drawLabelCache(long jarg1, long jarg2);  public final static native long mapObj_nextLabel(long jarg1);  public final static native int mapObj_queryByPoint(long jarg1, long jarg2, int jarg3, double jarg4);  public final static native int mapObj_queryByRect(long jarg1, long jarg2);  public final static native int mapObj_queryByFeatures(long jarg1, int jarg2);  public final static native int mapObj_queryByShape(long jarg1, long jarg2);  public final static native int mapObj_setWKTProjection(long jarg1, String jarg2);  public final static native String mapObj_getProjection(long jarg1);  public final static native int mapObj_setProjection(long jarg1, String jarg2);  public final static native int mapObj_save(long jarg1, String jarg2);  public final static native int mapObj_saveQuery(long jarg1, String jarg2);  public final static native int mapObj_loadQuery(long jarg1, String jarg2);  public final static native void mapObj_freeQuery(long jarg1, int jarg2);  public final static native int mapObj_saveQueryAsGML(long jarg1, String jarg2, String jarg3);  public final static native String mapObj_getMetaData(long jarg1, String jarg2);  public final static native int mapObj_setMetaData(long jarg1, String jarg2, String jarg3);  public final static native int mapObj_removeMetaData(long jarg1, String jarg2);  public final static native String mapObj_getFirstMetaDataKey(long jarg1);  public final static native String mapObj_getNextMetaDataKey(long jarg1, String jarg2);  public final static native int mapObj_setSymbolSet(long jarg1, String jarg2);  public final static native int mapObj_getNumSymbols(long jarg1);  public final static native int mapObj_setFontSet(long jarg1, String jarg2);  public final static native int mapObj_saveMapContext(long jarg1, String jarg2);  public final static native int mapObj_loadMapContext(long jarg1, String jarg2, int jarg3);  public final static native int mapObj_moveLayerUp(long jarg1, int jarg2);  public final static native int mapObj_moveLayerDown(long jarg1, int jarg2);  public final static native long mapObj_getLayersDrawingOrder(long jarg1);  public final static native int mapObj_setLayersDrawingOrder(long jarg1, long jarg2);  public final static native void mapObj_setConfigOption(long jarg1, String jarg2, String jarg3);  public final static native String mapObj_getConfigOption(long jarg1, String jarg2);  public final static native void mapObj_applyConfigOptions(long jarg1);  public final static native int mapObj_applySLD(long jarg1, String jarg2);  public final static native int mapObj_applySLDURL(long jarg1, String jarg2);  public final static native String mapObj_generateSLD(long jarg1);  public final static native String mapObj_processTemplate(long jarg1, int jarg2, long jarg3, long jarg4, int jarg5);  public final static native String mapObj_processLegendTemplate(long jarg1, long jarg2, long jarg3, int jarg4);  public final static native String mapObj_processQueryTemplate(long jarg1, long jarg2, long jarg3, int jarg4);  public final static native long mapObj_getOutputFormatByName(long jarg1, String jarg2);  public final static native int mapObj_appendOutputFormat(long jarg1, long jarg2);  public final static native int mapObj_removeOutputFormat(long jarg1, String jarg2);  public final static native int mapObj_loadOWSParameters(long jarg1, long jarg2, String jarg3);  public final static native int mapObj_zoomPoint(long jarg1, int jarg2, long jarg3, int jarg4, int jarg5, long jarg6, long jarg7);  public final static native int mapObj_zoomRectangle(long jarg1, long jarg2, int jarg3, int jarg4, long jarg5, long jarg6);  public final static native int mapObj_zoomScale(long jarg1, double jarg2, long jarg3, int jarg4, int jarg5, long jarg6, long jarg7);  public final static native void set_SVGObj_map(long jarg1, long jarg2);  public final static native long get_SVGObj_map(long jarg1);  public final static native void set_SVGObj_stream(long jarg1, long jarg2);  public final static native long get_SVGObj_stream(long jarg1);  public final static native void set_SVGObj_filename(long jarg1, String jarg2);  public final static native String get_SVGObj_filename(long jarg1);  public final static native void set_SVGObj_streamclosed(long jarg1, int jarg2);  public final static native int get_SVGObj_streamclosed(long jarg1);  public final static native void set_SVGObj_compressed(long jarg1, int jarg2);  public final static native int get_SVGObj_compressed(long jarg1);  public final static native long new_SVGObj();  public final static native void delete_SVGObj(long jarg1);  public final static native int get_imageObj_width(long jarg1);  public final static native int get_imageObj_height(long jarg1);  public final static native String get_imageObj_imagepath(long jarg1);  public final static native String get_imageObj_imageurl(long jarg1);  public final static native void set_imageObj_format(long jarg1, long jarg2);  public final static native long get_imageObj_format(long jarg1);  public final static native void set_imageObj_renderer(long jarg1, int jarg2);  public final static native int get_imageObj_renderer(long jarg1);  public final static native void set_imageObj_size(long jarg1, int jarg2);  public final static native int get_imageObj_size(long jarg1);  public final static native long new_imageObj(int jarg1, int jarg2, long jarg3, String jarg4);  public final static native void delete_imageObj(long jarg1);  public final static native void imageObj_save(long jarg1, String jarg2, long jarg3);  public final static native int imageObj_write(long jarg1, long jarg2);  public final static native byte[] imageObj_getBytes(long jarg1);  public final static native void set_layerVTable_LayerInitItemInfo(long jarg1, long jarg2);  public final static native long get_layerVTable_LayerInitItemInfo(long jarg1);  public final static native void set_layerVTable_LayerFreeItemInfo(long jarg1, long jarg2);  public final static native long get_layerVTable_LayerFreeItemInfo(long jarg1);  public final static native void set_layerVTable_LayerOpen(long jarg1, long jarg2);  public final static native long get_layerVTable_LayerOpen(long jarg1);  public final static native void set_layerVTable_LayerIsOpen(long jarg1, long jarg2);  public final static native long get_layerVTable_LayerIsOpen(long jarg1);  public final static native void set_layerVTable_LayerWhichShapes(long jarg1, long jarg2);  public final static native long get_layerVTable_LayerWhichShapes(long jarg1);  public final static native void set_layerVTable_LayerNextShape(long jarg1, long jarg2);  public final static native long get_layerVTable_LayerNextShape(long jarg1);  public final static native void set_layerVTable_LayerGetShape(long jarg1, long jarg2);  public final static native long get_layerVTable_LayerGe

⌨️ 快捷键说明

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