GeographyConvexHullAggregate Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa o casco convexo para o conjunto determinado de SqlGeography objetos.
[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
- Herança
-
GeographyConvexHullAggregate
- Atributos
- Implementações
Construtores
| Nome | Description |
|---|---|
| GeographyConvexHullAggregate() |
Inicializa uma nova instância da classe GeographyConvexHullAggregate. |
Métodos
| Nome | Description |
|---|---|
| Accumulate(SqlGeography) |
Adiciona o objeto fornecido SqlGeography a esse casco convexo. |
| Init() |
Inicializa as propriedades de um GeographyConvexHullAggregate objeto. |
| Merge(GeographyConvexHullAggregate) |
Adiciona o objeto fornecido GeographyConvexHullAggregate a esse casco convexo. |
| Read(BinaryReader) |
Lê uma representação binária de um tipo de geografia em um objeto SqlGeometry. |
| Terminate() |
Retorna o SqlGeography objeto que representa esse casco convexo. |
| Write(BinaryWriter) |
Grava um objeto SqlGeography em um fluxo binário. |