SpatialBuilder 建構函式

定義

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

public SpatialBuilder(Microsoft.Spatial.GeographyPipeline geographyInput, Microsoft.Spatial.GeometryPipeline geometryInput, Microsoft.Spatial.IGeographyProvider geographyOutput, Microsoft.Spatial.IGeometryProvider geometryOutput);
new Microsoft.Spatial.SpatialBuilder : Microsoft.Spatial.GeographyPipeline * Microsoft.Spatial.GeometryPipeline * Microsoft.Spatial.IGeographyProvider * Microsoft.Spatial.IGeometryProvider -> Microsoft.Spatial.SpatialBuilder
Public Sub New (geographyInput As GeographyPipeline, geometryInput As GeometryPipeline, geographyOutput As IGeographyProvider, geometryOutput As IGeometryProvider)

參數

geographyInput
GeographyPipeline

地理輸入。

geometryInput
GeometryPipeline

幾何輸入。

geographyOutput
IGeographyProvider

地理輸出。

geometryOutput
IGeometryProvider

幾何輸出。

適用於