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

📄 rasterclass.java~1~

📁 CreateMyFirstMap
💻 JAVA~1~
字号:
package myfirstmap;
import com.mapinfo.dp.geotiff.GeoTIFFDataProviderHelper;
import com.mapinfo.dp.geotiff.GeoTIFFTableDescHelper;
import com.mapinfo.dp.util.LocalDataProviderRef;
public class RasterClass
{
  public RasterClass()
  {
  }
  public void fromRasterToLayer()
  {
   GeoTIFFTableDescHelper geoTiffTDHelper=new GeoTIFFTableDescHelper("E:\\MapInfo\\study\\tif\\ms.tif");
   GeoTIFFDataProviderHelper geoTiffDPHelper=new GeoTIFFDataProviderHelper();
   try
   {
     LocalDataProviderRef localDPRef = new LocalDataProviderRef(
         geoTiffDPHelper);
   }catch(Exception e)
   {
     System.out.println("get a "+e.getClass() +"\nwith message "+e.getMessage() ) ;
   }
  }
}

⌨️ 快捷键说明

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