GdbTableFile Class

Summary:

Module: aspose.gis.common.formats.gdbtable

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

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
countintr
fieldsSystem.Collections.Generic.IReadOnlyListr
gdb_table_versionGdbTableVersionr
is_dirtyboolr
next_row_idintr
object_id_fieldGdbFieldDescriptionr
shape_fieldGdbShapeFieldDescriptionr
shape_typeGdbTableShapeTyper/w

Methods

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

ParameterTypeDescription
rowGdbTableRowWriter

Returns

TypeDescription
int

Method: create(path) [static]

 create(path) 

Parameters:

ParameterTypeDescription
pathstring

Returns

TypeDescription
GdbTableFile

Method: create(path) [static]

 create(path) 

Parameters:

ParameterTypeDescription
pathAbstractPathInternal

Returns

TypeDescription
GdbTableFile

Method: create_row()

 create_row() 

Returns

TypeDescription
GdbTableRowWriter

Method: has_field(name)

 has_field(name) 

Parameters:

ParameterTypeDescription
namestring

Returns

TypeDescription
bool

Method: is_valid_and_unqiue_field_name(name, error)

 is_valid_and_unqiue_field_name(name, error) 

Parameters:

ParameterTypeDescription
namestring
errorString

Returns

TypeDescription
bool

Method: is_valid_field_name(name, error) [static]

 is_valid_field_name(name, error) 

Parameters:

ParameterTypeDescription
namestring
errorString

Returns

TypeDescription
bool

Method: open(path) [static]

 open(path) 

Parameters:

ParameterTypeDescription
pathstring

Returns

TypeDescription
GdbTableFile

Method: open(path) [static]

 open(path) 

Parameters:

ParameterTypeDescription
pathAbstractPathInternal

Returns

TypeDescription
GdbTableFile

Method: read_row(row_id)

 read_row(row_id) 

Parameters:

ParameterTypeDescription
row_idint

Returns

TypeDescription
GdbTableRowReader

Method: read_row_at(row_index)

 read_row_at(row_index) 

Parameters:

ParameterTypeDescription
row_indexint

Returns

TypeDescription
GdbTableRowReader