DK for Java | tatukgis.jdk.IGIS_Viewer.AttachLayer | Methods | Properties
Attach layer to the viewer by re-parenting.
// Java public abstract IGIS_Viewer AttachLayer( TGIS_LayerAbstract _layer );
// Oxygene public function AttachLayer( _layer : TGIS_LayerAbstract ) : IGIS_Viewer;
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerAbstract | layer to be attached |
Type | Description |
---|---|
IGIS_Viewer | Previous parent. |
Only for internal use of TatukGIS.