SpatialBuilder Constructor
Initializes a new instance of the SpatialBuilder class.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Sub New ( _
geographyInput As GeographyPipeline, _
geometryInput As GeometryPipeline, _
geographyOutput As IGeographyProvider, _
geometryOutput As IGeometryProvider _
)
'Usage
Dim geographyInput As GeographyPipeline
Dim geometryInput As GeometryPipeline
Dim geographyOutput As IGeographyProvider
Dim geometryOutput As IGeometryProvider
Dim instance As New SpatialBuilder(geographyInput, _
geometryInput, geographyOutput, _
geometryOutput)
public SpatialBuilder(
GeographyPipeline geographyInput,
GeometryPipeline geometryInput,
IGeographyProvider geographyOutput,
IGeometryProvider geometryOutput
)
public:
SpatialBuilder(
GeographyPipeline^ geographyInput,
GeometryPipeline^ geometryInput,
IGeographyProvider^ geographyOutput,
IGeometryProvider^ geometryOutput
)
new :
geographyInput:GeographyPipeline *
geometryInput:GeometryPipeline *
geographyOutput:IGeographyProvider *
geometryOutput:IGeometryProvider -> SpatialBuilder
public function SpatialBuilder(
geographyInput : GeographyPipeline,
geometryInput : GeometryPipeline,
geographyOutput : IGeographyProvider,
geometryOutput : IGeometryProvider
)
Parameters
- geographyInput
Type: System.Spatial.GeographyPipeline
The geography input.
- geometryInput
Type: System.Spatial.GeometryPipeline
The geometry input.
- geographyOutput
Type: System.Spatial.IGeographyProvider
The geography output.
- geometryOutput
Type: System.Spatial.IGeometryProvider
The geometry output.