围绕指定地点旋转飞行模式,可以控制飞行速度以及设置是否循环旋转。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public void FlyCircle(
	Geometry geometry,
	double speedRatio,
	bool isCycle
)

参数

geometry
Type: SuperMap.Data..::.Geometry
目标几何对象。
speedRatio
Type: System..::.Double
飞行默认速度的倍数。
isCycle
Type: System..::.Boolean
是否循环旋转。

版本信息

SuperMap iObjects .NET

受以下版本支持: 10.2.1, 11.0.0, 11.0.1, 11.1.1, 11.2.0, 11.2.1

请参见