通过指定的镜头所查看点经纬度、高度、俯仰角、方位角、距离及高度模式构造一个新的LookAt对象。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public LookAt( double longitude, double latitude, double altitude, double tilt, double heading, double range, AltitudeMode mode ) |
参数
- longitude
- Type: System..::.Double
指定的经度,单位为度。
- latitude
- Type: System..::.Double
指定的纬度,单位为度。
- altitude
- Type: System..::.Double
指定的高度,单位为米。
- tilt
- Type: System..::.Double
指定的俯仰角,单位为度。
- heading
- Type: System..::.Double
指定的方位角,单位为度。
- range
- Type: System..::.Double
指定镜头到镜头所查看点的距离,单位为米。
- mode
- Type: SuperMap.Data..::.AltitudeMode
指定的高度模式。