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

NameDescription
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

TypeDescription
DatabaseQueryDataSourceBuilderDatabaseQueryDataSourceBuilder

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:

ParameterTypeDescription
auth_srid_fieldstringField for reading spatial reference id, default: auth_srid.
sr_text_fieldstringField for reading the spatial coordinate system represented by WKT, default: srtext.

Returns

TypeDescription
DatabaseExternalSrsSettingsBuilderDatabaseExternalSrsSettingsBuilder