将指定三维场景区域生成2.5维地图,出图为GeoTiff。

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

语法

C#
public bool Output25DMap(
	string path,
	Point3D insertPoint,
	Rectangle2D bounds,
	double resolution,
	double heading,
	double tilt,
	double camHeight
)

参数

path
Type: System..::.String
指定地图的存放路径。
insertPoint
Type: SuperMap.Data..::.Point3D
指定的插入点位置,倾斜摄影模型采取 *.scp 文件中的插入点 ,3ds max建模采取导入udb 数据集使用max插件中的插入点,没有或者不清楚插入点的情况下,选取出图图层的中心点位置。
bounds
Type: SuperMap.Data..::.Rectangle2D
指定的出图范围。
resolution
Type: System..::.Double
指定出图的分辨率。
heading
Type: System..::.Double
指定的俯仰角。单位:度。该值与相机参数的Heading一致。
tilt
Type: System..::.Double
指定的倾斜角,单位:度。该值与相机参数的Tilt一致。
camHeight
Type: System..::.Double
指定的相机高度。

返回值

版本信息

SuperMap iObjects .NET


请参见