changeConfiguration abstract method

void changeConfiguration(
  1. RasterDataSourceConfigurationUpdate configuration
)

Applies the configuration update to the data source.

An example for a configuration update is the update to a new bearer token for authentication.

  • configuration The data source configuration update to apply.

Implementation

void changeConfiguration(RasterDataSourceConfigurationUpdate configuration);