Partilhar via


Classe SpatialTessellationFunction

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Provides static methods for creating a spatial tessellation.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Types.SpatialTessellationFunction

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
Public Class SpatialTessellationFunction
'Uso
Dim instance As SpatialTessellationFunction
public class SpatialTessellationFunction
public ref class SpatialTessellationFunction
type SpatialTessellationFunction =  class end
public class SpatialTessellationFunction

O tipo SpatialTessellationFunction expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SpatialTessellationFunction Infraestrutura. Initializes a new instance of the SpatialTessellationFunction class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método públicoMembro estático FillRow Infraestrutura. Fills the cell parameters with tessellation property values from the specified object.
Método protegido Finalize (Herdado de Object.)
Método públicoMembro estático Geodetic Infraestrutura. Returns the grid cell for the given SqlGeography instance.
Método públicoMembro estático GetAttribute Infraestrutura. Gets the cell attribute for the given object.
Método públicoMembro estático GetCoverage Infraestrutura. Gets the grid coverage for the given object.
Método público GetHashCode (Herdado de Object.)
Método públicoMembro estático GetId Infraestrutura. Gets the cell identifier from the specified object.
Método públicoMembro estático GetIsAncestor Infraestrutura. Indicates whether the object is an ancestor.
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método públicoMembro estático Planar Infraestrutura. Returns the grid cell for the given SqlGeometry instance.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Types