Compartir a través de


Clase SpatialTessellationFunction

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Provides static methods for creating a spatial tessellation.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Types.SpatialTessellationFunction

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

Sintaxis

'Declaración
Public Class SpatialTessellationFunction
'Uso
Dim instance As SpatialTessellationFunction
public class SpatialTessellationFunction
public ref class SpatialTessellationFunction
type SpatialTessellationFunction =  class end
public class SpatialTessellationFunction

El tipo SpatialTessellationFunction expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SpatialTessellationFunction Infraestructura. Initializes a new instance of the SpatialTessellationFunction class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método públicoMiembro estático FillRow Infraestructura. Fills the cell parameters with tessellation property values from the specified object.
Método protegido Finalize (Se hereda de Object.)
Método públicoMiembro estático Geodetic Infraestructura. Returns the grid cell for the given SqlGeography instance.
Método públicoMiembro estático GetAttribute Infraestructura. Gets the cell attribute for the given object.
Método públicoMiembro estático GetCoverage Infraestructura. Gets the grid coverage for the given object.
Método público GetHashCode (Se hereda de Object.)
Método públicoMiembro estático GetId Infraestructura. Gets the cell identifier from the specified object.
Método públicoMiembro estático GetIsAncestor Infraestructura. Indicates whether the object is an ancestor.
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método públicoMiembro estático Planar Infraestructura. Returns the grid cell for the given SqlGeometry instance.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Types