SpaceFillingCurve Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides methods for calculating a space-filling curve.
Inheritance Hierarchy
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
[<>]
[<>]
type SpaceFillingCurve = class end
public final class SpaceFillingCurve
The SpaceFillingCurve type exposes the following members.
Methods
Name | Description | |
---|---|---|
Hilbert | Infrastructure. Returns the Hilbert curve for the specified point and iteration order of the curve. | |
ReverseHilbert | Infrastructure. Returns the point for the given Hilbert curve and iteration order of the curve. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.