GdbTableRowReader Class

Summary:

Module: aspose.gis.common.formats.gdbtable

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

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
field_descriptionGdbFieldDescriptionr
has_fieldboolr
is_field_nullboolr
row_idintr
tableGdbTableFiler

Methods

NameDescription
read_binary()
read_date_time()
read_float32()
read_float64()
read_global_id()
read_guid()
read_int16()
read_int32()
read_raster()
read_shape()
read_string()
read_xml()
skip_field()

Method: read_binary()

 read_binary() 

Returns

TypeDescription
byte

Method: read_date_time()

 read_date_time() 

Returns

TypeDescription
datetime

Method: read_float32()

 read_float32() 

Returns

TypeDescription
float

Method: read_float64()

 read_float64() 

Returns

TypeDescription
double

Method: read_global_id()

 read_global_id() 

Returns

TypeDescription
Guid

Method: read_guid()

 read_guid() 

Returns

TypeDescription
Guid

Method: read_int16()

 read_int16() 

Returns

TypeDescription
short

Method: read_int32()

 read_int32() 

Returns

TypeDescription
int

Method: read_raster()

 read_raster() 

Returns

TypeDescription
int

Method: read_shape()

 read_shape() 

Returns

TypeDescription
GdbShape

Method: read_string()

 read_string() 

Returns

TypeDescription
string

Method: read_xml()

 read_xml() 

Returns

TypeDescription
string