Freigeben über


SpatialGridCoverage-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Provides methods for obtaining a spatial grid coverage.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Types.SpatialGridCoverage

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

Syntax

'Declaration
Public Class SpatialGridCoverage
'Usage
Dim instance As SpatialGridCoverage
public class SpatialGridCoverage
public ref class SpatialGridCoverage
type SpatialGridCoverage =  class end
public class SpatialGridCoverage

Der SpatialGridCoverage-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SpatialGridCoverage Infrastruktur Initializes a new instance of the SpatialGridCoverage class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche MethodeStatisches Element FillRow Infrastruktur Fills the grid cell parameters with tessellation property values from the specified object.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche MethodeStatisches Element Geodetic Infrastruktur Returns the grid cell for the given SqlGeography instance.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche MethodeStatisches Element Planar Infrastruktur Returns the grid cell for the given SqlGeometry instance.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Types-Namespace