Поделиться через


Класс GeographyConvexHullAggregate

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents the convex hull for the given set of SqlGeography objects.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Types.GeographyConvexHullAggregate

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := False, MaxByteSize := )> _
<CLSCompliantAttribute(True)> _
Public Class GeographyConvexHullAggregate _
    Implements IBinarySerialize
'Применение
Dim instance As GeographyConvexHullAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
[CLSCompliantAttribute(true)]
public class GeographyConvexHullAggregate : IBinarySerialize
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
[CLSCompliantAttribute(true)]
public ref class GeographyConvexHullAggregate : IBinarySerialize
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )>]
[<CLSCompliantAttribute(true)>]
type GeographyConvexHullAggregate =  
    class 
        interface IBinarySerialize 
    end
public class GeographyConvexHullAggregate implements IBinarySerialize

Тип GeographyConvexHullAggregate обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод GeographyConvexHullAggregate Инфраструктура. Initializes a new instance of the GeographyConvexHullAggregate class.

В начало

Методы

  Имя Описание
Открытый метод Accumulate Инфраструктура. Adds the given SqlGeography object into this convex hull.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Init Инфраструктура. Initializes the properties of a GeographyConvexHullAggregate object.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Merge Инфраструктура. Adds the given GeographyConvexHullAggregate object into this convex hull.
Открытый метод Read Инфраструктура. Reads a binary representation of a geography type into a SqlGeometry object.
Открытый метод Terminate Инфраструктура. Returns the SqlGeography object that represents this convex hull.
Открытый метод ToString (Производный от Object.)
Открытый метод Write Инфраструктура. Writes a SqlGeography object to a binary stream.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Types