SpatialBuilder 类

利用空间数据管道创建几何或地理实例。

继承层次结构

System.Object
  System.Spatial.SpatialPipeline
    System.Spatial.SpatialBuilder

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

语法

声明
Public Class SpatialBuilder _
    Inherits SpatialPipeline _
    Implements IShapeProvider, IGeographyProvider, IGeometryProvider
用法
Dim instance As SpatialBuilder
public class SpatialBuilder : SpatialPipeline, 
    IShapeProvider, IGeographyProvider, IGeometryProvider
public ref class SpatialBuilder : public SpatialPipeline, 
    IShapeProvider, IGeographyProvider, IGeometryProvider
type SpatialBuilder =  
    class
        inherit SpatialPipeline
        interface IShapeProvider
        interface IGeographyProvider
        interface IGeometryProvider
    end
public class SpatialBuilder extends SpatialPipeline implements IShapeProvider, IGeographyProvider, IGeometryProvider

SpatialBuilder 类型公开以下成员。

构造函数

  名称 说明
公共方法 SpatialBuilder 初始化 SpatialBuilder 类的新实例。

页首

属性

  名称 说明
公共属性 ConstructedGeography 获取最近构造的地理对象。
公共属性 ConstructedGeometry 获取最近构造的几何对象。
公共属性 GeographyPipeline 获取管道的地理信息。 (从 SpatialPipeline 继承。)
公共属性 GeometryPipeline 获取管道的几何信息。 (从 SpatialPipeline 继承。)
公共属性 StartingLink 获取或设置起始链接。 (从 SpatialPipeline 继承。)

页首

方法

  名称 说明
公共方法 ChainTo 添加下一个管道。 (从 SpatialPipeline 继承。)
公共方法静态成员 Create 创建生成器的实现。
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

事件

  名称 说明
公共事件 ProduceGeography 在提供程序构造地理对象时激发。
公共事件 ProduceGeometry 在提供程序构造几何对象时激发。

页首

线程安全

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

请参阅

参考

System.Spatial 命名空间