类 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; }椭球体,用于此基准面以近似地球。
EpsgCode { get; }如果此对象的标识符是 EPSG 标识符,则返回其代码;否则返回 -1。
Identifier { get; }此可识别对象的标识符。
Name { get; }此对象的名称。
ToWgs84Parameters { get; }BursaWolfParamters,可用于将此基准面的坐标转换为 WGS84 基准面的坐标。

方法

名称描述
IsEquivalent(GeographicDatum)确定两个基准面是否等价。等价基准面的相同坐标对应地球上的同一位置。等价基准面的一些参数可能不同,例如 Name
override ToString()返回表示当前对象的字符串。
static IsEquivalent(GeographicDatum, GeographicDatum)确定两个基准面是否等价。等价基准面的相同坐标对应地球上的同一位置。等价基准面的一些参数可能不同,例如 Name

另见