SpatialTessellationFunction.Geodetic Método

Definición

Devuelve la celda de cuadrícula de la instancia especificada SqlGeography .

[Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")]
public static System.Collections.IEnumerable Geodetic(Microsoft.SqlServer.Types.SqlGeography geography, int cardinality, int maxDepth, int options, System.Data.SqlTypes.SqlDouble distanceBuffer);
[<Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")>]
static member Geodetic : Microsoft.SqlServer.Types.SqlGeography * int * int * int * System.Data.SqlTypes.SqlDouble -> System.Collections.IEnumerable
Public Shared Function Geodetic (geography As SqlGeography, cardinality As Integer, maxDepth As Integer, options As Integer, distanceBuffer As SqlDouble) As IEnumerable

Parámetros

geography
SqlGeography

Objeto geography.

cardinality
Int32

Número que representa las celdas máximas en la salida de teselación.

maxDepth
Int32

Profundidad máxima.

options
Int32

Valor que contiene opciones bit a bit para el modo de intervalo, la generación de cobertura y el uso de datos aproximados.

distanceBuffer
SqlDouble

Búfer de distancia.

Devoluciones

Objeto IEnumerable que representa la celda de cuadrícula de la instancia especificada SqlGeography .

Atributos

Se aplica a