SpatialBuilder Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.