C# Class MapAround.DataProviders.SmallRasterProviderHolder

InMemory raster provider holder.
Inheritance: RasterProviderHolderBase
ファイルを表示 Open project: gkrsu/maparound.core

Public Methods

Method Description
GetParameterNames ( ) : string[]

Gets a list containing the names of parameters.

ReleaseProviderIfNeeded ( IRasterProvider provider ) : void

Performs a finalization procedure for the raster provider. This implementation do nothing.

SetParameters ( string>.Dictionary parameters ) : void

Sets the parameter values.

SmallRasterProviderHolder ( ) : System.Drawing

Initializes a new instance of the MapAround.DataProviders.InMemoryRasterProvider.

Private Methods

Method Description
createProviderInstance ( ) : IRasterProvider

Method Details

GetParameterNames() public method

Gets a list containing the names of parameters.
public GetParameterNames ( ) : string[]
return string[]

ReleaseProviderIfNeeded() public method

Performs a finalization procedure for the raster provider. This implementation do nothing.
public ReleaseProviderIfNeeded ( IRasterProvider provider ) : void
provider IRasterProvider Raster provider instance
return void

SetParameters() public method

Sets the parameter values.
public SetParameters ( string>.Dictionary parameters ) : void
parameters string>.Dictionary Parameter values
return void

SmallRasterProviderHolder() public method

Initializes a new instance of the MapAround.DataProviders.InMemoryRasterProvider.
public SmallRasterProviderHolder ( ) : System.Drawing
return System.Drawing