Freigeben über


SpatialTessellationFunction-Klasse

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

Provides static methods for creating a spatial tessellation.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Types.SpatialTessellationFunction

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

Syntax

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

Der SpatialTessellationFunction-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche MethodeStatisches Element FillRow Infrastruktur Fills the 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 MethodeStatisches Element GetAttribute Infrastruktur Gets the cell attribute for the given object.
Öffentliche MethodeStatisches Element GetCoverage Infrastruktur Gets the grid coverage for the given object.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche MethodeStatisches Element GetId Infrastruktur Gets the cell identifier from the specified object.
Öffentliche MethodeStatisches Element GetIsAncestor Infrastruktur Indicates whether the object is an ancestor.
Ö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