C# 클래스 MapAround.DataProviders.ShapeFileSpatialDataProviderHolder

Shape-file data provider holder.
상속: SpatialDataProviderHolderBase
파일 보기 프로젝트 열기: gkrsu/maparound.core

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
createProviderInstance ( ) : ISpatialDataProvider

메소드 상세

GetParameterNames() 공개 메소드

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

ReleaseProviderIfNeeded() 공개 메소드

Performs a finalization procedure for the spatial data provider. This implementation do nothing.
public ReleaseProviderIfNeeded ( ISpatialDataProvider provider ) : void
provider ISpatialDataProvider Spatial data provider instance
리턴 void

SetParameters() 공개 메소드

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

ShapeFileSpatialDataProviderHolder() 공개 메소드

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