Package org.gdal.gdal
package org.gdal.gdal
Provides the classes necessary to handle GDAL rasters.
This package provides the classes for the Dataset, Band, Driver,... objects that are used for handling GDAL rasters.
-
ClassesClassDescriptionClass Band is an uninstanciable class providing various methods to access a single raster band (or channel).Class ColorTable represents a color table / palette.Class Dataset is an uninstanciable class providing various methods to access a set of associated raster bands, usually from one file.Class Driver is an uninstanciable class providing various methods for a format specific driver.Class gdal is an uninstanciable class providing various utility functions as static methods.Class used for object with metadata.Class used to report progression of long operations.The RasterAttributeTable (or RAT) class is used to encapsulate a table used to provide attribute information about pixel values.Class used for simple progress report to terminal.Class used for image to image transformer.