|
Jafar
|
This module use GDAL's OGR (Geospatial Data Abstraction Library) to parse various GIS-related (Geographical Information System) file format (list of file format)
Example of use in Ruby:
parser = Gdal::Parser.new("filename") parser.points # return all the points of the file parser.segments # return all the segments of the file
The interface of the module is generated from the following files:
try { } catch block for this module. Classes | |
| class | jafar::gdal::GdalException |
| Base class for all exceptions defined in the module gdal. More... | |
| Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |
|