您的位置:首页 > 其它

arcgis server zoom to the specified scale

2012-04-16 15:45 363 查看
Zooms the map by the specified zoom factor.

C#

public void Zoom( double factor)

补充:

Zoom

Overloaded. Zooms the map to a given geometry and\or using an explicit scale factor. To zoom to a specific level of detail (LOD) for a cached map service, you can use the
Level property.

当在用cached map service时,可以用Level属性。

LevelLevel of detail when the map is working with a cached resource.
C#
[BrowsableAttribute(false)]
public virtual int Level {get; set;}

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐