C# Class SuperMap.Connector.Control.Utility.SuperMapProvider

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

Public Properties

Property Type Description
_guidHashTable Guid>.Dictionary

Public Methods

Method Description
GetTileImage ( GMap.NET.GPoint pos, int zoom ) : GMap.NET.PureImage
SuperMapProvider ( string serviceUrl, string mapName, double mapScales ) : System
SuperMapProvider ( string serviceUrl, string mapName, int scaleCount, int defaultScaleIndex ) : 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 serviceUrl, string mapName, double mapScales ) : System
serviceUrl string
mapName string
mapScales double
return System

SuperMapProvider() public method

public SuperMapProvider ( string serviceUrl, string mapName, int scaleCount, int defaultScaleIndex ) : System
serviceUrl string
mapName string
scaleCount int
defaultScaleIndex int
return System

Property Details

_guidHashTable public_oe static_oe property

public static Dictionary _guidHashTable
return Guid>.Dictionary