GdbTableIndexFile Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common.formats.gdbtable
Full Name: aspose.gis.common.formats.gdbtable.GdbTableIndexFile
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| blocks_count | int | r | |
| last_row_id | int | r | |
| next_row_id | int | r | |
| number_of_offsets_in_block | int | r |
Methods
| Name | Description |
|---|---|
| add(offset) | |
| create(path) | |
| create(path) | |
| delete(row_id) | |
| get_offset(row_id) | |
| is_block_present(block_number) | |
| open(path) | |
| open(path) |
Method: add(offset)
add(offset)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| offset | long |
Returns
| Type | Description |
|---|---|
| int |
Method: create(path) [static]
create(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Returns
| Type | Description |
|---|---|
| GdbTableIndexFile |
Method: create(path) [static]
create(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal |
Returns
| Type | Description |
|---|---|
| GdbTableIndexFile |
Method: get_offset(row_id)
get_offset(row_id)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| row_id | int |
Returns
| Type | Description |
|---|---|
| long |
Method: is_block_present(block_number)
is_block_present(block_number)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| block_number | int |
Returns
| Type | Description |
|---|---|
| bool |
Method: open(path) [static]
open(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Returns
| Type | Description |
|---|---|
| GdbTableIndexFile |
Method: open(path) [static]
open(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal |
Returns
| Type | Description |
|---|---|
| GdbTableIndexFile |