C# Class GMap.SuperMapProvider.SuperMapProvider

SuperMap iServer 6R(2012) provider 暂只支持SuperMap iServer 6R中发布的Mercator投影的地图。
Inheritance: GMap.NET.MapProviders.GMapProvider
Mostrar archivo Open project: SuperMap/iClient-for-DotNet

Private Properties

Property Type Description
MakeTileImageUrl string

Public Methods

Method Description
GetTileImage ( GMap.NET.GPoint pos, int zoom ) : GMap.NET.PureImage
SuperMapProvider ( string mapServiceUrl, string mapName, double mapScales ) : System
SuperMapProvider ( string serviceUrl, string mapName, uint tileSize, string format, MapParameter mapParameter ) : System

Private Methods

Method Description
MakeTileImageUrl ( GMap.NET.GPoint pos, int zoom, string language ) : string

Method Details

GetTileImage() public method

public GetTileImage ( GMap.NET.GPoint pos, int zoom ) : GMap.NET.PureImage
pos GMap.NET.GPoint
zoom int
return GMap.NET.PureImage

SuperMapProvider() public method

public SuperMapProvider ( string mapServiceUrl, string mapName, double mapScales ) : System
mapServiceUrl string
mapName string
mapScales double
return System

SuperMapProvider() public method

public SuperMapProvider ( string serviceUrl, string mapName, uint tileSize, string format, MapParameter mapParameter ) : System
serviceUrl string
mapName string
tileSize uint
format string
mapParameter SuperMap.Connector.Utility.MapParameter
return System