C# 클래스 SuperMap.iClient.Utility.MapServerByScales

地图初始化信息,由调用者指定支持的比例尺
상속: MapServer
파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet

공개 메소드들

메소드 설명
MapServerByScales ( string serviceUrl, string mapName, double scales, int defaultScaleIndex ) : System

MapServerByScales构造函数

메소드 상세

MapServerByScales() 공개 메소드

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