SpatialBuilder 類別

定義

從空間資料管線建立幾何或地理執行個體。

public class SpatialBuilder : Microsoft.Spatial.SpatialPipeline, Microsoft.Spatial.IShapeProvider
type SpatialBuilder = class
    inherit SpatialPipeline
    interface IShapeProvider
    interface IGeographyProvider
    interface IGeometryProvider
Public Class SpatialBuilder
Inherits SpatialPipeline
Implements IShapeProvider
繼承
SpatialBuilder
實作

建構函式

SpatialBuilder(GeographyPipeline, GeometryPipeline, IGeographyProvider, IGeometryProvider)

初始化 SpatialBuilder 類別的新執行個體。

屬性

ConstructedGeography

取得最近建構的地理物件。

ConstructedGeometry

取得最近建構的幾何物件。

GeographyPipeline

取得管線的地理端。

(繼承來源 SpatialPipeline)
GeometryPipeline

取得管線的幾何端。

(繼承來源 SpatialPipeline)
StartingLink

取得或設定起始連結。

(繼承來源 SpatialPipeline)

方法

ChainTo(SpatialPipeline)

新增下一個管線。

(繼承來源 SpatialPipeline)
Create()

建立產生器的實作。

事件

ProduceGeography

當提供者建構 geography 物件時引發。

ProduceGeometry

在提供者建構幾何物件時引發。

適用於