DK11 for Delphi | GisInterfaces.IGIS_Viewer.Add | Methods | Properties
Add a layer to the Viewer.
// Delphi public procedure Add( const _layer : TGIS_LayerAbstract );
// C++ Builder public: void Add( TGIS_LayerAbstract* const _layer ) = 0;
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerAbstract | layer to be added |
Use this method to add a new custom layer to the viewer. For some layers (on-disk) it's recommended to assign a layer extent earlier to avoid its recalculation.