首页 / 浏览问题 / 组件GIS / 问题详情
剖面分析结果可视化
22EXP 2020年08月01日

剖面分析结果可视化:

public static ProfileResult CalculateProfile(
	DatasetGrid sourceDatasetGrid,
	GeoLine line
)

使用以上这个方法得到的剖面分析结果怎么可视化?

我的代码:

ProfileResult profileResult;
profileResult=CalculationTerrain.CalculateProfile(surfaceGrid, line);

1个回答

组件产品包中自带有剖面分析的相关范例,建议参考:安装目录\SampleCode\Realspace\ProfileAnalyst\ProfileAnalyst.project
4,620EXP 2020年08月03日
...