SpatialBuilder 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
幾何輸出。