?? osr.java
字號:
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.31 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */package org.gdal.osr;public class osr implements osrConstants { public static int GetWellKnownGeogCSAsWKT(String name, String[] argout) { return osrJNI.GetWellKnownGeogCSAsWKT(name, argout); } public static int GetUserInputAsWKT(String name, String[] argout) { return osrJNI.GetUserInputAsWKT(name, argout); } public static String[] GetProjectionMethods() { return osrJNI.GetProjectionMethods(); } public static String[] GetProjectionMethodParameterList(String method, String[] username) { return osrJNI.GetProjectionMethodParameterList(method, username); } public static void GetProjectionMethodParamInfo(String method, String param, String[] usrname, String[] type, SWIGTYPE_p_double defaultval) { osrJNI.GetProjectionMethodParamInfo(method, param, usrname, type, SWIGTYPE_p_double.getCPtr(defaultval)); }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -