C# Class MapAround.DataProviders.GDALRasterProviderHolder

GDAL raster provider holder.
Inheritance: RasterProviderHolderBase
Afficher le fichier Open project: gkrsu/maparound.example

Méthodes publiques

Méthode Description
GDALRasterProviderHolder ( ) : System

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

GetParameterNames ( ) : string[]

Gets a list containing the names of parameters.

ReleaseProviderIfNeeded ( IRasterProvider provider ) : void

Performs a finalization procedure for the raster provider. This implementation call Dispose method of the provider.

SetParameters ( string>.Dictionary parameters ) : void

Sets the parameter values.

Private Methods

Méthode Description
createProviderInstance ( ) : IRasterProvider

Method Details

GDALRasterProviderHolder() public méthode

Initializes a new instance of the MapAround.DataProviders.GDALRasterProvider.
public GDALRasterProviderHolder ( ) : System
Résultat System

GetParameterNames() public méthode

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

ReleaseProviderIfNeeded() public méthode

Performs a finalization procedure for the raster provider. This implementation call Dispose method of the provider.
public ReleaseProviderIfNeeded ( IRasterProvider provider ) : void
provider IRasterProvider Raster provider instance
Résultat void

SetParameters() public méthode

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