GdbTableIndexFile Class

Summary:

Module: aspose.gis.common.formats.gdbtable

Full Name: aspose.gis.common.formats.gdbtable.GdbTableIndexFile

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
blocks_countintr
last_row_idintr
next_row_idintr
number_of_offsets_in_blockintr

Methods

NameDescription
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:

ParameterTypeDescription
offsetlong

Returns

TypeDescription
int

Method: create(path) [static]

 create(path) 

Parameters:

ParameterTypeDescription
pathstring

Returns

TypeDescription
GdbTableIndexFile

Method: create(path) [static]

 create(path) 

Parameters:

ParameterTypeDescription
pathAbstractPathInternal

Returns

TypeDescription
GdbTableIndexFile

Method: get_offset(row_id)

 get_offset(row_id) 

Parameters:

ParameterTypeDescription
row_idint

Returns

TypeDescription
long

Method: is_block_present(block_number)

 is_block_present(block_number) 

Parameters:

ParameterTypeDescription
block_numberint

Returns

TypeDescription
bool

Method: open(path) [static]

 open(path) 

Parameters:

ParameterTypeDescription
pathstring

Returns

TypeDescription
GdbTableIndexFile

Method: open(path) [static]

 open(path) 

Parameters:

ParameterTypeDescription
pathAbstractPathInternal

Returns

TypeDescription
GdbTableIndexFile