📄 projectionobj.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 projectionObj { private long swigCPtr; protected boolean swigCMemOwn; protected projectionObj(long cPtr, boolean cMemoryOwn) { swigCMemOwn = cMemoryOwn; swigCPtr = cPtr; } protected projectionObj() { this(0, false); } protected void finalize() { delete(); } public void delete() { if(swigCPtr != 0 && swigCMemOwn) { swigCMemOwn = false; mapscriptJNI.delete_projectionObj(swigCPtr); } swigCPtr = 0; } protected static long getCPtr(projectionObj obj) { return (obj == null) ? 0 : obj.swigCPtr; } public int getNumargs() { return mapscriptJNI.get_projectionObj_numargs(swigCPtr); } public projectionObj(String proj4) { this(mapscriptJNI.new_projectionObj(proj4), true); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -