DK11 for Python | tatukgis.pdk.TGIS_LayerInfo | Classes | Constructors | Properties
Class storing a basic layer information.
# Python class TGIS_LayerInfo:
Name | Visibility | Description | |
---|---|---|---|
__init__(str, str, tatukgis.pdk.TGIS_RegisteredLayerType, tatukgis.pdk.TGIS_ShapeType, tatukgis.pdk.TGIS_PixelSubFormat, Object) | public | Constructor. | |
__init__(str, str, tatukgis.pdk.TGIS_RegisteredLayerType, tatukgis.pdk.TGIS_ShapeType, tatukgis.pdk.TGIS_PixelSubFormat, Object, TGIS_Uid) | public | Constructor. | |
__init__(str, tatukgis.pdk.TGIS_RegisteredLayerType, tatukgis.pdk.TGIS_ShapeType) | public | Constructor. | |
__init__(str, tatukgis.pdk.TGIS_RegisteredLayerType, tatukgis.pdk.TGIS_ShapeType, TGIS_Uid) | public | Constructor. | |
Name | Visibility | Description | |
---|---|---|---|
Caption | public | Layer caption | |
ExtendedTag | public | Extended data object. | |
FeatureCount | public | Number of vector features. | |
LayerType | public | Layer type (vector or pixel). | |
Name | public | Layer name. | |
PixelType | public | Image type of a layer, if is pixel. | |
ShapeType | public | Shape type of a layer, if is vector. | |