swigtype_p_f_p_struct_map_obj_p_struct_layer_obj_p_struct_class_obj_int_long__int.java
来自「Welcome to MS4W, the no fuss installer f」· Java 代码 · 共 28 行
JAVA
28 行
/* ---------------------------------------------------------------------------- * 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 SWIGTYPE_p_f_p_struct_map_obj_p_struct_layer_obj_p_struct_class_obj_int_long__int { private long swigCPtr; protected SWIGTYPE_p_f_p_struct_map_obj_p_struct_layer_obj_p_struct_class_obj_int_long__int(long cPtr, boolean bFutureUse) { swigCPtr = cPtr; } protected SWIGTYPE_p_f_p_struct_map_obj_p_struct_layer_obj_p_struct_class_obj_int_long__int() { swigCPtr = 0; } protected static long getCPtr(SWIGTYPE_p_f_p_struct_map_obj_p_struct_layer_obj_p_struct_class_obj_int_long__int obj) { return (obj == null) ? 0 : obj.swigCPtr; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?