SpaceFillingCurve 类

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Provides methods for calculating a space-filling curve.

继承层次结构

System.Object
  Microsoft.SqlServer.Types.SpaceFillingCurve

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
Public NotInheritable Class SpaceFillingCurve
用法
public static class SpaceFillingCurve
public ref class SpaceFillingCurve abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SpaceFillingCurve =  class end
public final class SpaceFillingCurve

SpaceFillingCurve 类型公开以下成员。

方法

  名称 说明
公共方法静态成员 Hilbert 基础结构。Returns the Hilbert curve for the specified point and iteration order of the curve.
公共方法静态成员 ReverseHilbert 基础结构。Returns the point for the given Hilbert curve and iteration order of the curve.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Types 命名空间