CoordinateSystem.Geometry 方法

获取或创建具有该 ID 的几何坐标系;如果指定了 null,则为默认值。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public Shared Function Geometry ( _
    epsgId As Nullable(Of Integer) _
) As CoordinateSystem
用法
Dim epsgId As Nullable(Of Integer)
Dim returnValue As CoordinateSystem

returnValue = CoordinateSystem.Geometry(epsgId)
public static CoordinateSystem Geometry(
    Nullable<int> epsgId
)
public:
static CoordinateSystem^ Geometry(
    Nullable<int> epsgId
)
static member Geometry : 
        epsgId:Nullable<int> -> CoordinateSystem 
public static function Geometry(
    epsgId : Nullable<int>
) : CoordinateSystem

参数

  • epsgId
    类型:System.Nullable<Int32>
    符合 EPSG 的坐标系 ID。null 指示应返回默认值。

返回值

类型:System.Spatial.CoordinateSystem
坐标系。

请参阅

参考

CoordinateSystem 类

System.Spatial 命名空间