DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.ImportLayer | Overloads | Constructors | Fields | Methods | Properties | Events
Imports layer from an existing pixel layer. Use this method to import a layer. To do this, simply create a new layer, choose a layer to import from and use ImportLayer method of with proper parameters.
// Delphi public procedure ImportLayer( const _layer : TGIS_LayerPixel; const _extent : TGIS_Extent ); overload; virtual;
// C++ Builder public: virtual void ImportLayer( TGIS_LayerPixel* const _layer, TGIS_Extent* const _extent ) /* overload */;
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerPixel | layer to be exported to |
_extent | TGIS_Extent | extent to be exported |