将影像数据集的在地理坐标系下的点(x, y坐标)对应到像素中。

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

语法

C#
public Point XYToImage(
	Point2D point
)

参数

point
Type: SuperMap.Data..::.Point2D
指定的地理坐标系下的点。

返回值

影像数据集对应的影像点。

请参见