Share via


SpatialBuilder Constructor

Definition

Initializes a new instance of the SpatialBuilder class.

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)

Parameters

geographyInput
GeographyPipeline

The geography input.

geometryInput
GeometryPipeline

The geometry input.

geographyOutput
IGeographyProvider

The geography output.

geometryOutput
IGeometryProvider

The geometry output.

Applies to