GdbTableRowReader Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common.formats.gdbtable
Full Name: aspose.gis.common.formats.gdbtable.GdbTableRowReader
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| field_description | GdbFieldDescription | r | |
| has_field | bool | r | |
| is_field_null | bool | r | |
| row_id | int | r | |
| table | GdbTableFile | r |
Methods
| Name | Description |
|---|---|
| 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
| Type | Description |
|---|---|
| byte |
Method: read_date_time()
read_date_time()
Returns
| Type | Description |
|---|---|
| datetime |
Method: read_float32()
read_float32()
Returns
| Type | Description |
|---|---|
| float |
Method: read_float64()
read_float64()
Returns
| Type | Description |
|---|---|
| double |
Method: read_global_id()
read_global_id()
Returns
| Type | Description |
|---|---|
| Guid |
Method: read_guid()
read_guid()
Returns
| Type | Description |
|---|---|
| Guid |
Method: read_int16()
read_int16()
Returns
| Type | Description |
|---|---|
| short |
Method: read_int32()
read_int32()
Returns
| Type | Description |
|---|---|
| int |
Method: read_raster()
read_raster()
Returns
| Type | Description |
|---|---|
| int |
Method: read_shape()
read_shape()
Returns
| Type | Description |
|---|---|
| GdbShape |
Method: read_string()
read_string()
Returns
| Type | Description |
|---|---|
| string |
Method: read_xml()
read_xml()
Returns
| Type | Description |
|---|---|
| string |