SpatialBuilder Constructor
Inicializa una nueva instancia de la clase SpatialBuilder.
Espacio de nombres: System.Spatial
Ensamblado: System.Spatial (en System.Spatial.dll)
Sintaxis
'Declaración
Public Sub New ( _
geographyInput As GeographyPipeline, _
geometryInput As GeometryPipeline, _
geographyOutput As IGeographyProvider, _
geometryOutput As IGeometryProvider _
)
'Uso
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
)
Parámetros
- geographyInput
Tipo: System.Spatial.GeographyPipeline
Entrada de geografía.
- geometryInput
Tipo: System.Spatial.GeometryPipeline
Entrada de geometría.
- geographyOutput
Tipo: System.Spatial.IGeographyProvider
Salida de geografía.
- geometryOutput
Tipo: System.Spatial.IGeometryProvider
Salida de geometría.