根据指定的参数来构造一个 SpatialIndexInfo 的新对象。

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

语法

C#
public SpatialIndexInfo(
	double tileWidth,
	double tileHeight
)

参数

tileWidth
Type: System..::.Double
指定的图幅宽度。单位与数据集范围的单位一致。
tileHeight
Type: System..::.Double
指定的图幅高度。单位与数据集范围的单位一致。

请参见