Geometry.CoordinateSystem 属性

获取此几何实例的 SRID。

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

语法

声明
Public ReadOnly Property CoordinateSystem As CoordinateSystem
    Get
用法
Dim instance As Geometry
Dim value As CoordinateSystem

value = instance.CoordinateSystem
public CoordinateSystem CoordinateSystem { get; }
public:
virtual property CoordinateSystem^ CoordinateSystem {
    CoordinateSystem^ get () sealed;
}
abstract CoordinateSystem : CoordinateSystem
override CoordinateSystem : CoordinateSystem
final function get CoordinateSystem () : CoordinateSystem

属性值

类型:System.Spatial.CoordinateSystem
此几何实例的 SRID。

实现

ISpatial.CoordinateSystem

请参阅

参考

Geometry 类

System.Spatial 命名空间