GeographicDatum.IsEquivalent

IsEquivalent(GeographicDatum, GeographicDatum)

判断两个基准是否等价。 等价基准的相同坐标匹配地球上相同的地方。 等价基准的某些参数可以不同,例如Name.

public static bool IsEquivalent(GeographicDatum datum1, GeographicDatum datum2)
范围类型描述
datum1GeographicDatum第一个数据。
datum2GeographicDatum第二个数据。

返回值

bool 值,表示两个数据是否相等。

也可以看看


IsEquivalent(GeographicDatum)

判断两个基准是否等价。 等价基准的相同坐标匹配地球上相同的地方。 等价基准的某些参数可以不同,例如Name.

public bool IsEquivalent(GeographicDatum other)
范围类型描述
otherGeographicDatum其他基准。

返回值

bool 值,表示两个数据是否相等。

也可以看看