Identifier.Epsg
Identifier.Epsg method
创建一个新的 Identifier,表示代码为 epsgCode 的 EPSG 标识符。
public static Identifier Epsg(int epsgCode)
| 参数 | 类型 | 描述 |
|---|---|---|
| epsgCode | Int32 | Epsg 代码。 |
返回值
使用 AuthorityName “EPSG” 和 AuthorityUniqueIdentifierepsgCode 创建的新标识符。如果 epsgCode 小于 0,则返回 null;
另见
- class Identifier
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS