Langue

SpatialTessellationFunction.Geodetic Méthode

Définition

Retourne la cellule de grille de l’instance donnée 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

Paramètres

geography
SqlGeography

Objet geography.

cardinality
Int32

Nombre qui représente les cellules maximales dans la sortie de pavage.

maxDepth
Int32

Profondeur maximale.

options
Int32

Valeur qui contient des options au niveau du bit pour le mode d’intervalle, la génération de couverture et l’utilisation approximative.

distanceBuffer
SqlDouble

Mémoire tampon de distance.

Retours

Objet IEnumerable qui représente la cellule de grille de l’instance donnée SqlGeography .

Attributs

S’applique à