GeometrySurface 类

表示几何表面。

继承层次结构

System.Object
  System.Spatial.Geometry
    System.Spatial.GeometrySurface
      System.Spatial.GeometryPolygon

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

语法

声明
Public MustInherit Class GeometrySurface _
    Inherits Geometry
用法
Dim instance As GeometrySurface
public abstract class GeometrySurface : Geometry
public ref class GeometrySurface abstract : public Geometry
[<AbstractClassAttribute>]
type GeometrySurface =  
    class
        inherit Geometry
    end
public abstract class GeometrySurface extends Geometry

GeometrySurface 类型公开以下成员。

属性

  名称 说明
公共属性 CoordinateSystem 获取此几何实例的 SRID。 (从 Geometry 继承。)
公共属性 IsEmpty 获取一个值,该值指示几何是否为空。 (从 Geometry 继承。)

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 SendTo 将当前空间对象发送到给定管道。 (从 Geometry 继承。)
公共方法 ToString (从 Object 继承。)

页首

扩展方法

  名称 说明
公共扩展方法 Distance 确定几何距离。 (由 GeometryOperationsExtensions 定义。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

System.Spatial 命名空间