osr.java

来自「支持各种栅格图像和矢量图像读取的库」· Java 代码 · 共 33 行

JAVA
33
字号
/* ---------------------------------------------------------------------------- * 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 + =
减小字号Ctrl + -
显示快捷键?