DK11 for Python | tatukgis.pdk.TGIS_LayerVector.ImportLayer | Overloads | Constructors | Methods | Properties | Events
Imports a layer from an existing layer.
# Python def ImportLayer( self, _layer: TGIS_LayerVector, _extent: TGIS_Extent, _type: TGIS_ShapeType, _scope: str, _truncated: bool ) -> None:
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerVector | layer to be imported |
_extent | TGIS_Extent | starting extent of layer - can't be zero sized |
_type | TGIS_ShapeType | shape type supported by a layer; if gistypeUnknown is used then import will try to recognize shape on its own; |
_scope | str | SQL query for which shape will be imported |
_truncated | bool | if True, then all shapes will be truncated in _extent; if False, only the shape visible in _extent will be imported ; |