Compartir a través de


SpatialTessellationFunction.Geodetic (Método) (SqlGeography, Int32, Int32, Int32, SqlDouble)

 

Esta API admite la infraestructura de product y no está pensada para usarse directamente desde su código.

Devuelve la celda de cuadrícula para la instancia de SqlGeography indicada.

Espacio de nombres:   Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

[SqlFunctionAttribute(FillRowMethodName = "FillRow")]
public static IEnumerable Geodetic(
    SqlGeography geography,
    int cardinality,
    int maxDepth,
    int options,
    SqlDouble distanceBuffer
)
public:
[SqlFunctionAttribute(FillRowMethodName = "FillRow")]
static IEnumerable^ Geodetic(
    SqlGeography^ geography,
    int cardinality,
    int maxDepth,
    int options,
    SqlDouble distanceBuffer
)
[<SqlFunctionAttribute(FillRowMethodName = "FillRow")>]
static member Geodetic : 
        geography:SqlGeography *
        cardinality:int *
        maxDepth:int *
        options:int *
        distanceBuffer:SqlDouble -> IEnumerable
<SqlFunctionAttribute(FillRowMethodName := "FillRow")>
Public Shared Function Geodetic (
    geography As SqlGeography,
    cardinality As Integer,
    maxDepth As Integer,
    options As Integer,
    distanceBuffer As SqlDouble
) As IEnumerable

Parámetros

  • cardinality
    Type: System.Int32

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

  • options
    Type: System.Int32

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

Valor devuelto

Type: System.Collections.IEnumerable

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

Vea también

SpatialTessellationFunction (Clase)
Microsoft.SqlServer.Types (Espacio de nombres)

Volver al principio