C# Class SuperMap.Web.Mapping.Tile

Afficher le fichier Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Méthodes publiques

Méthode Description
GetTileKey ( int row, int column, double resolution, double resolutions ) : string
Tile ( int row, int col, double resolution, double resolutions, string url, bool useTransitions ) : System.Globalization

Method Details

GetTileKey() public static méthode

public static GetTileKey ( int row, int column, double resolution, double resolutions ) : string
row int
column int
resolution double
resolutions double
Résultat string

Tile() public méthode

public Tile ( int row, int col, double resolution, double resolutions, string url, bool useTransitions ) : System.Globalization
row int
col int
resolution double
resolutions double
url string
useTransitions bool
Résultat System.Globalization