GeometryEnvelopeAggregate Classe

Definição

Representa um envelope de geometria com base no conjunto determinado de SqlGeometry objetos.

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeometryEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeometryEnvelopeAggregate = class
Public Class GeometryEnvelopeAggregate
Herança
GeometryEnvelopeAggregate
Atributos

Construtores

Nome Description
GeometryEnvelopeAggregate()

Inicializa uma nova instância de GeometryEnvelopeAggregate classe.

Métodos

Nome Description
Accumulate(SqlGeometry)

Adiciona o objeto fornecido SqlGeometry a esse envelope de geometria.

Init()

Inicializa as propriedades de uma GeometryEnvelopeAggregate instância.

Merge(GeometryEnvelopeAggregate)

Adiciona o objeto fornecido GeometryEnvelopeAggregate a esse envelope de geometria.

Terminate()

Retorna o SqlGeometry objeto que representa esse envelope de geometria.

Aplica-se a