RasterDataSourceConfigurationUpdate (API Reference)
Class RasterDataSourceConfigurationUpdate
Configuration update for a RasterDataSource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptional update of the cache disk size, in bytes.Optional update of the flag indicating whether expired data should be ignored until refreshed.Optional update of the provider headers. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
providerHeaders
Optional update of the provider headers. The new list replaces the current one. When not set, no change is made to the current list.
-
ignoreExpiredData
Optional update of the flag indicating whether expired data should be ignored until refreshed. When not set, no change is made to the current flag state.
-
cacheDiskSize
Optional update of the cache disk size, in bytes. When not set, no change is made to the current value.
-
-
Constructor Details
-
RasterDataSourceConfigurationUpdate
public RasterDataSourceConfigurationUpdate(@Nullable Map<String, String> providerHeaders, @Nullable Boolean ignoreExpiredData, @Nullable Long cacheDiskSize) Creates a new instance.
- Parameters:
providerHeaders-Optional update of the provider headers. The new list replaces the current one. When not set, no change is made to the current list.
ignoreExpiredData-Optional update of the flag indicating whether expired data should be ignored until refreshed. When not set, no change is made to the current flag state.
cacheDiskSize-Optional update of the cache disk size, in bytes. When not set, no change is made to the current value.
-