利用空间数据管道创建几何或地理实例。
继承层次结构
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。