C# 클래스 Mapsui.Rendering.RenderGetStrategy

상속: IRenderGetStrategy
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
GetFeatures ( BoundingBox box, double resolution, ITileSchema schema, ITileCache memoryCache ) : IList
GetRecursive ( IFeature>.IDictionary resultTiles, ITileSchema schema, ITileCache cache, BruTile.Extent extent, string levelId ) : void

비공개 메소드들

메소드 설명
GetRecursive ( IFeature>.IDictionary resultTiles, ITileSchema schema, ITileCache cache, BruTile.Extent extent, Resolution>.IList resolutions, int resolutionIndex ) : void

메소드 상세

GetFeatures() 공개 메소드

public GetFeatures ( BoundingBox box, double resolution, ITileSchema schema, ITileCache memoryCache ) : IList
box BoundingBox
resolution double
schema ITileSchema
memoryCache ITileCache
리턴 IList

GetRecursive() 공개 정적인 메소드

public static GetRecursive ( IFeature>.IDictionary resultTiles, ITileSchema schema, ITileCache cache, BruTile.Extent extent, string levelId ) : void
resultTiles IFeature>.IDictionary
schema ITileSchema
cache ITileCache
extent BruTile.Extent
levelId string
리턴 void