Find a solution for reading the Grid File Format of geotools on the Internet. If you do not find the appropriate materials, decide to implement it by yourself and record the process.
The first question is what is grid format data?
The word grid represents many concepts in Wikipedia (http://en.wikipedia.org/wiki/Grid)
The data in the grid format isESRI GongA kind of inventionGIS Grid File Format. Http://en.wikipedia.org/wiki/ESRI_grid)
So what is raster data? Http://baike.baidu.com/view/290215.htm)
The second question is how to read data in Grid Format?
Geotools official website reads grid information http://docs.codehaus.org/display/GEOTDOC/Vector+grids
The above page does not contain a complete runnable example. For some friends who are not familiar with geotools, you may need a complete runnable example to modify the test interface,
More convenient learning. Below I will share some examples of learning geotools rendering and reading grid data, hoping to help my friends who are learning geotools :)
How to create and render a grid through geotools? How does one use geotools to read the Grid Format data of ArcInfo? How does one use geotools to save data in Grid Format? |