SpaceFillingCurve-Klasse
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Provides methods for calculating a space-filling curve.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Types.SpaceFillingCurve
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public NotInheritable Class SpaceFillingCurve
'Usage
public static class SpaceFillingCurve
public ref class SpaceFillingCurve abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SpaceFillingCurve = class end
public final class SpaceFillingCurve
Der SpaceFillingCurve-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Hilbert | Infrastruktur Returns the Hilbert curve for the specified point and iteration order of the curve. | |
ReverseHilbert | Infrastruktur Returns the point for the given Hilbert curve and iteration order of the curve. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.