DK11 for Delphi | GisFileGDAL.TGIS_FileGDAL | Constructors | Fields | Methods | Properties
Name | Visibility | Description | |
---|---|---|---|
BuildDataset | public | Build a new dataset. | |
CanCreateDataset | public | Check if can create a dataset. | |
CreateCopy | public | Create a dataset copy. | |
FinalizeWrite | public | Do any operation required to safely finalize write operation like building quad trees for TGIS_FilePixelStore. (Inherited from TGIS_FilePixel) |
|
GetAvailableFormats | public | Get available formats with their capabilities. | |
GetDatasetProperties | public | Read dataset basic properties. | |
GetInfo | public | Return a description. | |
GetMetadata | public | Get metadata list from domain. | |
GetRasterBandGetColorEntry | public | Get color entry from color table. | |
GetRasterBandProperties | public | Read raster band basic properties. | |
InitializeWrite | public | Do any operation required to safely initialize write operation like batch operations for TGIS_FilePixelStore. (Inherited from TGIS_FilePixel) |
|
OpenDataset | public | Open a dataset. | |
prepareCapabilities | protected | Prepare capabilities list. (Overrides TGIS_FilePixel.prepareCapabilities) |
|
PreRecognize | public | Check if file can be opened. | |
ReadRasterBandGrid | public | Read raster band grid data. | |
ReadRasterBandRGB | public | Read raster band rgb data. | |
SetConfigOption | public | Set global config option. | |
Write | public | Write a single chunk of a pixel file. (Overrides TGIS_FilePixel.Write) |
|
WriteGrid | public | Write a single chunk of a grid file. (Overrides TGIS_FilePixel.WriteGrid) |
|
writeLine | protected | Write an image line. (Inherited from TGIS_FilePixel) |
|
WriteRasterBandGrid | public | Read raster band grid data. | |
WriteRasterBandRGB | public | Write raster band rgb data. | |
writeWorldFile | protected | Write extent to the world file (like .tfw, .bpw and .tab file). (Inherited from TGIS_FilePixel) |
|