C# Class SuperMap.iClient.Utility.MapServerByScales

地图初始化信息,由调用者指定支持的比例尺
Inheritance: MapServer
ファイルを表示 Open project: SuperMap/iClient-for-DotNet

Public Methods

Method Description
MapServerByScales ( string serviceUrl, string mapName, double scales, int defaultScaleIndex ) : System

MapServerByScales构造函数

Method Details

MapServerByScales() public method

MapServerByScales构造函数
public MapServerByScales ( string serviceUrl, string mapName, double scales, int defaultScaleIndex ) : System
serviceUrl string 地图的Url
mapName string 地图名称
scales double 支持的比例尺
defaultScaleIndex int 默认呈现级别,该参数可选
return System