SpatialTessellationFunction.Geodetic Método

Definição

Retorna a célula de grade para a instância fornecida 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

O objeto geography.

cardinality
Int32

O número que representa o máximo de células na saída de mosaico.

maxDepth
Int32

A profundidade máxima.

options
Int32

O valor que contém opções bit a bit para o modo de intervalo, a geração de cobertura e o uso de fuzz.

distanceBuffer
SqlDouble

O buffer de distância.

Retornos

O IEnumerable objeto que representa a célula de grade da instância determinada SqlGeography .

Atributos

Aplica-se a