Classe SpatialGridCoverage
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Provides methods for obtaining a spatial grid coverage.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Types.SpatialGridCoverage
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Class SpatialGridCoverage
'Uso
Dim instance As SpatialGridCoverage
public class SpatialGridCoverage
public ref class SpatialGridCoverage
type SpatialGridCoverage = class end
public class SpatialGridCoverage
O tipo SpatialGridCoverage expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SpatialGridCoverage | Infraestrutura. Initializes a new instance of the SpatialGridCoverage class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
FillRow | Infraestrutura. Fills the grid cell parameters with tessellation property values from the specified object. | |
Finalize | (Herdado de Object.) | |
Geodetic | Infraestrutura. Returns the grid cell for the given SqlGeography instance. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
Planar | Infraestrutura. Returns the grid cell for the given SqlGeometry instance. | |
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.