C# Class MapAround.DataProviders.ShapeFileSpatialDataProviderHolder

Shape-file data provider holder.
Inheritance: SpatialDataProviderHolderBase
ファイルを表示 Open project: gkrsu/maparound.core

Public Methods

Method Description
GetParameterNames ( ) : string[]

Gets a list containing the names of parameters.

ReleaseProviderIfNeeded ( ISpatialDataProvider provider ) : void

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

SetParameters ( string>.Dictionary parameters ) : void

Sets the parameter values.

ShapeFileSpatialDataProviderHolder ( ) : System

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

Private Methods

Method Description
createProviderInstance ( ) : ISpatialDataProvider

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 spatial data provider. This implementation do nothing.
public ReleaseProviderIfNeeded ( ISpatialDataProvider provider ) : void
provider ISpatialDataProvider Spatial data provider instance
return void

SetParameters() public method

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

ShapeFileSpatialDataProviderHolder() public method

Initializes a new instance of the MapAround.DataProviders.ShapeFileSpatialDataProviderHolder.
public ShapeFileSpatialDataProviderHolder ( ) : System
return System