根据指定的经纬度范围和是否开启碰撞检测来显示场景。当collisionDetection设定为true时,相机定位显示时将考虑地物, 即相机高度为相对于地面(包括模型)高度,防止相机“穿过”地物及模型。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public void EnsureVisible( Rectangle2D visibleBounds, bool collisionDetection ) |
参数
- visibleBounds
- Type: SuperMap.Data..::.Rectangle2D
需要全幅显示的经纬度范围。
- collisionDetection
- Type: System..::.Boolean
指定是否开启碰撞检测。
备注
此显示方式一般适用于倾斜摄影模型场景,防止“穿过”模型。