Identifier.Epsg

Identifier.Epsg method

创建一个新的 Identifier,表示代码为 epsgCode 的 EPSG 标识符。

public static Identifier Epsg(int epsgCode)
参数类型描述
epsgCodeInt32Epsg 代码。

返回值

使用 AuthorityName “EPSG” 和 AuthorityUniqueIdentifierepsgCode 创建的新标识符。如果 epsgCode 小于 0,则返回 null

另见