DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.LockEstimate | Constructors | Fields | Methods | Properties | Events
Estimates memory size for pixel layer to be update.
// Delphi public function LockEstimate( const _ext : TGIS_Extent; const _cs : TGIS_CSCoordinateSystem; const _pixelsize : Double ) : Integer;
// C++ Builder public: int LockEstimate( TGIS_Extent* const _ext, TGIS_CSCoordinateSystem* const _cs, const double _pixelsize );
Name | Type | Description |
---|---|---|
_ext | TGIS_Extent | area to be locked; if bigger then layer extent then will be truncated to layer extent |
_cs | TGIS_CSCoordinateSystem | coordinate system of _cs; if nil then same as layer CS |
_pixelsize | Double | minimum requested size of image pixel; by providing 0 a maximum possible resolution will be used; |
Type | Description |
---|---|
Integer | estimated size |