DK11 for Delphi | GisFileGDAL.TGIS_FileGDAL | Classes | Constructors | Fields | Methods | Properties
The Class which encapsulates the reading/writing of image using GDAL.
// Delphi type TGIS_FileGDAL = class( TGIS_FilePixel ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_FileGDAL : public TGIS_FilePixel { };
→ TObject → TGIS_ObjectDisposable → TGIS_FilePixel
Name | Visibility | Description | |
---|---|---|---|
Create | public | Create and instance. | |
Create(String) | public | Create and open a new pixel file. | |
Create(String; TGIS_Extent; Integer; Integer; TGIS_LayerPixelSubFormat; Integer; TGIS_CSCoordinateSystem) | public | Create and open a new pixel file. | |
Name | Visibility | Description | |
---|---|---|---|
FCapabilities | protected | List of TGIS_PixelCapabilities. (Inherited from TGIS_FilePixel) |
|
FCompressionLevel | protected | The compression of image. (Inherited from TGIS_FilePixel) |
|
FCS | protected | Coordinate system. (Inherited from TGIS_FilePixel) |
|
FExtent | protected | The extent of the of bitmap in map units. (Inherited from TGIS_FilePixel) |
|
FHeight | protected | The height of bitmap in pixels. (Inherited from TGIS_FilePixel) |
|
FOnBusy | protected | Busy event. (Inherited from TGIS_FilePixel) |
|
FPath | protected | Path to a bitmap file. (Inherited from TGIS_FilePixel) |
|
FPixelFormat | protected | The pixel format of bitmap. (Inherited from TGIS_FilePixel) |
|
FPpi | protected | The PPI of image. (Inherited from TGIS_FilePixel) |
|
FSubFormat | protected | Current subformat information. (Inherited from TGIS_FilePixel) |
|
FWidth | protected | The width of bitmap in pixels. (Inherited from TGIS_FilePixel) |
|
FWriteTileHeight | protected | The height of bitmap tile upon writing. (Inherited from TGIS_FilePixel) |
|
FWriteTileWidth | protected | The width of bitmap tile upon writing. (Inherited from TGIS_FilePixel) |
|
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) |
|
Name | Visibility | Description | |
---|---|---|---|
Capabilities | public | List of TGIS_PixelCapabilities. (Inherited from TGIS_FilePixel) |
|
CompressionLevel | public | The compression level of image. (Inherited from TGIS_FilePixel) |
|
DLLPath | public | GDAL DLL path. | |
Extent | public | The extent of the of bitmap in map units. (Inherited from TGIS_FilePixel) |
|
Height | public | The height of bitmap in pixels. (Inherited from TGIS_FilePixel) |
|
Path | public | Path to a bitmap file. (Inherited from TGIS_FilePixel) |
|
PixelFormat | public | The pixel format of bitmap. (Inherited from TGIS_FilePixel) |
|
PPI | public | The PPI of image. (Inherited from TGIS_FilePixel) |
|
SubDataset | public | SubDataset name. | |
SubFormat | public | Current subformat information. (Inherited from TGIS_FilePixel) |
|
Width | public | The width of bitmap in pixels. (Inherited from TGIS_FilePixel) |
|
WriteTileHeight | public | The height of bitmap tile upon writing. (Inherited from TGIS_FilePixel) |
|
WriteTileWidth | public | The width of bitmap tile upon writing. (Inherited from TGIS_FilePixel) |
|