Class GeographicDatum

GeographicDatum class

地理数据将经度和纬度与地球上的特定位置相关联。

public class GeographicDatum : IdentifiableObject

构造函数

姓名描述
GeographicDatum(string, Ellipsoid, BursaWolfParameters, Identifier)创建新实例。

特性

姓名描述
static Etrs89 { get; }ETRS 89 数据.
static Nad83 { get; }NAD 83 数据.
static Osgb36 { get; }OSGB 1936 数据.
static Wgs72 { get; }WGS 72 基准.
static Wgs84 { get; }WGS 84 基准.
Ellipsoid { get; }Ellipsoid,在此基准中用于近似地球。
EpsgCode { get; }如果此对象标识符是 EPSG 标识符 - 返回其代码。否则 - 返回 -1.
Identifier { get; }此可识别对象的标识符。
Name { get; }此对象的名称。
ToWgs84Parameters { get; }BursaWolfParamters 可用于将此数据中的坐标转换为 WGS84 数据中的坐标。

方法

姓名描述
IsEquivalent(GeographicDatum)判断两个基准是否等价。 等价基准的相同坐标匹配地球上相同的地方。 等价基准的某些参数可以不同,例如Name.
override ToString()返回表示当前对象的字符串。
static IsEquivalent(GeographicDatum, GeographicDatum)判断两个基准是否等价。 等价基准的相同坐标匹配地球上相同的地方。 等价基准的某些参数可以不同,例如Name.

也可以看看