GeometryCollectionAggregate Classe

Definição

Representa uma coleção de geometria do conjunto de SqlGeometry objetos fornecido.

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.Serializable]
public class GeometryCollectionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.Serializable>]
type GeometryCollectionAggregate = class
    interface IBinarySerialize
Public Class GeometryCollectionAggregate
Implements IBinarySerialize
Herança
GeometryCollectionAggregate
Atributos
Implementações

Construtores

Nome Description
GeometryCollectionAggregate()

Inicializa uma nova instância da classe GeometryCollectionAggregate.

Métodos

Nome Description
Accumulate(SqlGeometry)

Adiciona o objeto especificado SqlGeometry a essa coleção de geometria.

Init()

Inicializa as propriedades de um GeometryCollectionAggregate objeto.

Merge(GeometryCollectionAggregate)

Adiciona a coleção especificada GeometryCollectionAggregate a esta coleção de geometria.

Read(BinaryReader)

Lê uma representação binária de um tipo de geometria em um objeto SqlGeometry.

Terminate()

Retorna o SqlGeometry objeto que representa a coleção de geometria.

Write(BinaryWriter)

Grava um objeto SqlGeometry em um fluxo binário.

Aplica-se a