Package org.opengis.wrapper.gdal
GeoAPI implementation as wrapper around the C/C++ GDAL library.
Available GDAL drivers are listed here.
Some examples are:
| Name | Description |
|---|---|
| netCDF | Network Common Data Form |
| GTiff | GeoTIFF File Format |
| WCS | OGC Web Coverage Service |
Installation
GDAL needs to be built with the--with-java option.
If the package manager for a given platform does not support this option,
then GDAL may have to be built from the sources:
- Make sure that the
JAVA_HOMEenvironment variable is defined - Run on the command-line:
cd gdal./configure --with-java=yesmake
- Optionally run the command-line as a super-user:
make install - Verify with
gdalinfo --version
configure --help for a list of options.
For example MacOS users may need to add the --with-macosx-framework option at configuration time.
- Since:
- 3.1
-
Class Summary Class Description DataSet A file opened by GDAL. -
Exception Summary Exception Description GDALException Thrown when an I/O operation performed by the GDAL library failed.