获取或创建具有该 ID 的地理坐标系;如果指定了 null,则为默认值。
命名空间: System.Spatial
程序集: System.Spatial(在 System.Spatial.dll 中)
语法
声明
Public Shared Function Geography ( _
epsgId As Nullable(Of Integer) _
) As CoordinateSystem
用法
Dim epsgId As Nullable(Of Integer)
Dim returnValue As CoordinateSystem
returnValue = CoordinateSystem.Geography(epsgId)
public static CoordinateSystem Geography(
Nullable<int> epsgId
)
public:
static CoordinateSystem^ Geography(
Nullable<int> epsgId
)
static member Geography :
epsgId:Nullable<int> -> CoordinateSystem
public static function Geography(
epsgId : Nullable<int>
) : CoordinateSystem
参数
- epsgId
类型:System.Nullable<Int32>
符合 EPSG 的坐标系 ID。null 指示应返回默认值。
返回值
类型:System.Spatial.CoordinateSystem
坐标系。