Classe SpaceFillingCurve
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Provides methods for calculating a space-filling curve.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Types.SpaceFillingCurve
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public NotInheritable Class SpaceFillingCurve
'Uso
public static class SpaceFillingCurve
public ref class SpaceFillingCurve abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SpaceFillingCurve = class end
public final class SpaceFillingCurve
O tipo SpaceFillingCurve expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Hilbert | Infraestrutura. Returns the Hilbert curve for the specified point and iteration order of the curve. | |
ReverseHilbert | Infraestrutura. Returns the point for the given Hilbert curve and iteration order of the curve. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.