문제

This question is hard to answer via Google. I want to know if someone familiar with GeoTools can let me know whether or not it can read in Digital Elevation Models? Their website does not list it, but it seems to be a normal, common raster data format.

Thanks in advance

도움이 되었습니까?

다른 팁

From the GeoTools FAQ:

GeoTools supports additional formats through the use of plug-ins. You can control the formats supported by your application by only including the plug-ins you requrie.

  • arcgrid
  • arcsde
  • db2
  • raster formats
    • geotiff
    • grassraster
    • gtopo30
    • image - world plus image files using common image formats such as JPEG, TIFF, GIF and PNG
    • imageio-ext-gdal (allows access to additional GDAL formats thanks to the ImageIO project)
    • imagemoasaic
    • imagepyramid
    • JP2K
  • Database “jdbc-ng” support
    • h2
    • mysql
    • oracle
    • postgis
    • spatialite
    • sqlserver
    • postgis
  • property - simple text file format often used for testing
  • shapefile

Note the use of GDAL to import exotic formats - so if you can't read it in then it's really weird.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top