C# Class TileCook.Layer

Afficher le fichier Open project: jbrwn/tc Class Usage Examples

Méthodes publiques

Méthode Description
GetTile ( Coord coord, string format ) : byte[]
Layer ( string name, string title, IGridSet gridset, IProvider provider, ICache cache = null, ITileFilter cacheFilter = null ) : System

Method Details

GetTile() public méthode

public GetTile ( Coord coord, string format ) : byte[]
coord Coord
format string
Résultat byte[]

Layer() public méthode

public Layer ( string name, string title, IGridSet gridset, IProvider provider, ICache cache = null, ITileFilter cacheFilter = null ) : System
name string
title string
gridset IGridSet
provider IProvider
cache ICache
cacheFilter ITileFilter
Résultat System