Class | Description |
---|---|
GDALCommonIIOImageMetadata |
Class needed to store all available information of a GDAL Dataset with the
add of additional information.
|
GDALCreateOption |
Several GDAL format drivers allow to specify a set of options during the
creation of a file.
|
GDALCreateOptionsHandler |
Abstract class which allows to properly handle the set of "format specific"
create options.
|
GDALImageReader |
Main abstract class defining the main framework which needs to be used to
extend Image I/O architecture using GDAL
(Geospatial Data Abstraction Layer) by means of SWIG (Simplified Wrapper
and Interface Generator) bindings in order to perform read operations.
|
GDALImageReaderSpi |
The abstract service provider interface (SPI) for
GDALImageReader s. |
GDALImageWriteParam |
An abstract class which works as an adapter of
ImageWriteParam |
GDALImageWriter |
Main abstract class defining the main framework which needs to be used to
extend Image I/O architecture using GDAL
(Geospatial Data Abstraction Library) by means of SWIG (Simplified
Wrapper and Interface Generator) bindings in order to perform write
operations.
|
GDALImageWriterSpi |
The abstract service provider interface (SPI) for
GDALImageWriter s. |
GDALUtilities |
Utility class providing a set of static utility methods
|
GDALUtilities.GDALMetadataDomain |
Simple placeholder for Strings representing GDAL metadata domains.
|
GDALWritableCommonIIOImageMetadata |
Class extending
GDALCommonIIOImageMetadata in order to provide write
capabilities to the metadata instance. |
Enum | Description |
---|---|
GDALUtilities.DriverCreateCapabilities |
Simple placeholder for information about a driver's capabilities.
|
GDALUtilities.MetadataChoice |
An auxiliary simple class containing only contants which are used to
handle text building and visualization
|
Copyright © 2006–2014 GeoSolutions. All rights reserved.