TabFileData Class
Summary:
Module: aspose.gis.common.formats.mapinfo.tabformat
Full Name: aspose.gis.common.formats.mapinfo.tabformat.TabFileData
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| coordinate_system | CoordinateSystem | r | |
| fields | System.Collections.Generic.IReadOnlyList | r | |
| table_encoding | System.Text.Encoding | r | |
| table_type | string | r |
Methods
| Name | Description |
|---|---|
| read(tab_file_path) | |
| read(tab_path) |
Method: read(tab_file_path) [static]
read(tab_file_path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| tab_file_path | string |
Returns
| Type | Description |
|---|---|
| TabFileData |
Method: read(tab_path) [static]
read(tab_path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| tab_path | AbstractPathInternal |
Returns
| Type | Description |
|---|---|
| TabFileData |