GeographyConvexHullAggregate Clase

Definición

Representa el casco convexa del conjunto de SqlGeography objetos especificado.

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.CLSCompliant(true)]
[System.Serializable]
public class GeographyConvexHullAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.CLSCompliant(true)>]
[<System.Serializable>]
type GeographyConvexHullAggregate = class
    interface IBinarySerialize
Public Class GeographyConvexHullAggregate
Implements IBinarySerialize
Herencia
GeographyConvexHullAggregate
Atributos
Implementaciones

Constructores

Nombre Description
GeographyConvexHullAggregate()

Inicializa una nueva instancia de la clase GeographyConvexHullAggregate.

Métodos

Nombre Description
Accumulate(SqlGeography)

Agrega el objeto especificado SqlGeography a este casco convexa.

Init()

Inicializa las propiedades de un GeographyConvexHullAggregate objeto .

Merge(GeographyConvexHullAggregate)

Agrega el objeto especificado GeographyConvexHullAggregate a este casco convexa.

Read(BinaryReader)

Lee una representación binaria de un tipo geography en un objeto SqlGeometry.

Terminate()

Devuelve el SqlGeography objeto que representa este casco convexa.

Write(BinaryWriter)

Escribe un objeto SqlGeography en una secuencia binaria.

Se aplica a