C# 클래스 SuperMap.Connector.Control.Utility.MapByZoomCountLayer

地图图层,由调用者指定支持的缩放级别数,由程序生成指定数量的比例尺,每一级为前一级的1/2。
상속: MapLayer
파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet 1 사용 예제들

공개 메소드들

메소드 설명
MapByZoomCountLayer ( string id, string layerName, string serviceUrl, string mapName, int zoomCount, int defaultScaleIndex ) : System

MapServerByZoomCount构造函数。

메소드 상세

MapByZoomCountLayer() 공개 메소드

MapServerByZoomCount构造函数。
public MapByZoomCountLayer ( string id, string layerName, string serviceUrl, string mapName, int zoomCount, int defaultScaleIndex ) : System
id string 图层ID。
layerName string 图层名字。
serviceUrl string 地图的Url。
mapName string 地图名称。
zoomCount int 支持的缩放级别数。
defaultScaleIndex int 默认初始缩放级别。
리턴 System