DatabaseExternalSrsSettingsBuilder Class
Summary: Provides the possibility of configuring a database query to retrieve a list of used spatial reference systems.
Module: aspose.gis.formats.database
Full Name: aspose.gis.formats.database.DatabaseExternalSrsSettingsBuilder
Aspose.PSD Version: 25.9.0
Methods
| Name | Description |
|---|---|
| end_external_srs() | Complete the configuration of the external srs and return the parent context. |
| external_srs_fields(auth_srid_field, sr_text_field) | Specifies special field names from which to read information about additionally requested spatial reference systems. |
Method: end_external_srs()
end_external_srs()
Complete the configuration of the external srs and return the parent context.
Returns
| Type | Description |
|---|---|
| DatabaseQueryDataSourceBuilder | DatabaseQueryDataSourceBuilder |
Method: external_srs_fields(auth_srid_field, sr_text_field)
external_srs_fields(auth_srid_field, sr_text_field)
Specifies special field names from which to read information about additionally requested spatial reference systems.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| auth_srid_field | string | Field for reading spatial reference id, default: auth_srid. |
| sr_text_field | string | Field for reading the spatial coordinate system represented by WKT, default: srtext. |
Returns
| Type | Description |
|---|---|
| DatabaseExternalSrsSettingsBuilder | DatabaseExternalSrsSettingsBuilder |