初始化 SpatialBuilder 类的新实例。
命名空间: System.Spatial
程序集: System.Spatial(在 System.Spatial.dll 中)
语法
声明
Public Sub New ( _
geographyInput As GeographyPipeline, _
geometryInput As GeometryPipeline, _
geographyOutput As IGeographyProvider, _
geometryOutput As IGeometryProvider _
)
用法
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
)
参数
- geographyInput
类型:System.Spatial.GeographyPipeline
地理输入。
- geometryInput
类型:System.Spatial.GeometryPipeline
几何输入。
- geographyOutput
类型:System.Spatial.IGeographyProvider
地理输出。
- geometryOutput
类型:System.Spatial.IGeometryProvider
几何输出。