GeometryCollectionAggregate 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 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. |