Метод | Описание | |
---|---|---|
FetchTiles ( BoundingBox boundingBox, double resolution ) : IEnumerable |
||
GetExtents ( ) : BoundingBox | ||
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
TileProvider ( ITileSource tileSource ) : System |
Метод | Описание | |
---|---|---|
GetTileOnThread ( object parameter ) : void |
public FetchTiles ( BoundingBox boundingBox, double resolution ) : IEnumerable |
||
boundingBox | BoundingBox | |
resolution | double | |
Результат | IEnumerable |
public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
box | BoundingBox | |
resolution | double | |
Результат | IEnumerable |
public TileProvider ( ITileSource tileSource ) : System | ||
tileSource | ITileSource | |
Результат | System |