DK11 for Delphi | GisFileFLT.TGIS_FileFLT | Classes | Constructors | Fields | Methods | Properties
The Class which encapsulates the writing of a Arcinfo Float(Binary) Grid file. A file of any size can be written.
// Delphi type TGIS_FileFLT = class( TGIS_FilePixel ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_FileFLT : public TGIS_FilePixel { };
→ TObject → TGIS_ObjectDisposable → TGIS_FilePixel
Name | Visibility | Description | |
---|---|---|---|
Create | public | Create and instance. | |
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) |
|
fileStream | protected | Bitmap file stram. | |
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 | |
---|---|---|---|
FinalizeWrite | public | Do any operation required to safely finalize write operation like building quad trees for TGIS_FilePixelStore. (Inherited from TGIS_FilePixel) |
|
InitializeWrite | public | Do any operation required to safely initialize write operation like batch operations for TGIS_FilePixelStore. (Inherited from TGIS_FilePixel) |
|
prepareCapabilities | protected | Prepare capabilities list. (Overrides TGIS_FilePixel.prepareCapabilities) |
|
Write | public | Write a single chunk of a pixel file. (Inherited from TGIS_FilePixel) |
|
WriteGrid | public | Write a single chunk of a grid file. (Overrides TGIS_FilePixel.WriteGrid) |
|
writeLine | protected | Write an image line. (Inherited from TGIS_FilePixel) |
|
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) |
|
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) |
|
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) |
|