SpatialTessellationFunction.Geodetic Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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