class GeoTIFF extends Format
A Format that can read and write GeoTIFFs.
You can read a GeoTIFF.
GeoTIFF tiff = new GeoTIFF(new File("alki.tif"))
Raster raster = tiff.read()
Modifiers | Name | Description |
---|---|---|
static class |
GeoTIFF.Factory |
The GeoTIFF FormatFactory |
Constructor and description |
---|
GeoTIFF(java.lang.Object stream) Create a new GeoTIFF |