GdbTableFile Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common.formats.gdbtable
Full Name: aspose.gis.common.formats.gdbtable.GdbTableFile
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| count | int | r | |
| fields | System.Collections.Generic.IReadOnlyList | r | |
| gdb_table_version | GdbTableVersion | r | |
| is_dirty | bool | r | |
| next_row_id | int | r | |
| object_id_field | GdbFieldDescription | r | |
| shape_field | GdbShapeFieldDescription | r | |
| shape_type | GdbTableShapeType | r/w |
Methods
| Name | Description |
|---|---|
| add_field(field) | |
| add_row(row) | |
| create(path) | |
| create(path) | |
| create_row() | |
| delete_row(row_id) | |
| delete_row_at(row_index) | |
| has_field(name) | |
| is_valid_and_unqiue_field_name(name, error) | |
| is_valid_field_name(name, error) | |
| open(path) | |
| open(path) | |
| read_row(row_id) | |
| read_row_at(row_index) | |
| update_row(row, row_index) |
Method: add_row(row)
add_row(row)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| row | GdbTableRowWriter |
Returns
| Type | Description |
|---|---|
| int |
Method: create(path) [static]
create(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Returns
| Type | Description |
|---|---|
| GdbTableFile |
Method: create(path) [static]
create(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal |
Returns
| Type | Description |
|---|---|
| GdbTableFile |
Method: create_row()
create_row()
Returns
| Type | Description |
|---|---|
| GdbTableRowWriter |
Method: has_field(name)
has_field(name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string |
Returns
| Type | Description |
|---|---|
| bool |
Method: is_valid_and_unqiue_field_name(name, error)
is_valid_and_unqiue_field_name(name, error)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | |
| error | String |
Returns
| Type | Description |
|---|---|
| bool |
Method: is_valid_field_name(name, error) [static]
is_valid_field_name(name, error)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | |
| error | String |
Returns
| Type | Description |
|---|---|
| bool |
Method: open(path) [static]
open(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Returns
| Type | Description |
|---|---|
| GdbTableFile |
Method: open(path) [static]
open(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal |
Returns
| Type | Description |
|---|---|
| GdbTableFile |
Method: read_row(row_id)
read_row(row_id)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| row_id | int |
Returns
| Type | Description |
|---|---|
| GdbTableRowReader |
Method: read_row_at(row_index)
read_row_at(row_index)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| row_index | int |
Returns
| Type | Description |
|---|---|
| GdbTableRowReader |